Skip to content

Commit

Permalink
update version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaBeta1906 committed Feb 11, 2022
1 parent 1ac76fe commit 51751e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyGinit/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@


@click.group()
@click.version_option("0.2.9", help="Show version")
@click.version_option("0.3.1", help="Show version")
def pyginit():
"""pyGinit a simple cli automation tools
to initalize both local and github remote repository
version : 0.2.9
version : 0.3.1
"""
pass

Expand Down

0 comments on commit 51751e7

Please sign in to comment.