Skip to content

Commit

Permalink
Merge pull request #9 from Minnek-Digital-Studio/develop
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
Isaac Martinez authored Jul 20, 2022
2 parents 5b4436b + fbcbfed commit 75cbb71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,5 +284,5 @@ $ cominnek push -F "home" -m "Changes in home page"
```


Cominnek `V1.3.0`
Cominnek `V1.3.1`
> With ❤ by [isaacismaelx14](https://github.com/isaacismaelx14)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="cominnek",
version="1.3.0",
version="1.3.1",
packages=find_packages(),
url="https://github.com/Minnek-Digital-Studio/cominnek",
license="MIT License",
Expand Down
2 changes: 1 addition & 1 deletion src/args_ctrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .config import args

_VERSION = "1.3.0"
_VERSION = "1.3.1"

def addArguments():
parser = argparse.ArgumentParser('cominnek')
Expand Down

0 comments on commit 75cbb71

Please sign in to comment.