-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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', | ||
|