Skip to content

Commit

Permalink
update version to 0.2.6-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaBeta1906 committed Aug 24, 2021
1 parent af460c8 commit 4b3d688
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 @@ -24,12 +24,12 @@


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

Expand Down

0 comments on commit 4b3d688

Please sign in to comment.