Skip to content

Commit

Permalink
Release 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkoHunter committed Jul 9, 2020
1 parent 165e1d5 commit 5c95337
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keep/about.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__name__ = 'keep'
__version__ = '2.8'
__version__ = '2.9'
4 changes: 3 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# NOTE: Make sure to update version number
# pip install twine wheel
rm -rf build/*
rm -rf dist/*
python3 setup.py sdist bdist_wheel
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 5c95337

Please sign in to comment.