Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rraadd88 committed Feb 12, 2024
1 parent 5d3714c commit 0be40aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### release new version
git commit -am "version bump";git push origin master
git commit -am "version bump";git push public main
python setup.py --version
git tag -a v$(python setup.py --version) -m "upgrade";git push --tags
Expand Down Expand Up @@ -56,7 +56,7 @@
# main setup command
setuptools.setup(
name='chrov',
version='0.0.1',
version='0.0.2',
author='Rohan Dandage',
author_email='[email protected]',
url='https://github.com/rraadd88/chrov',
Expand Down

0 comments on commit 0be40aa

Please sign in to comment.