Skip to content

Commit 5c95337

Browse files
committed
Release 2.9
1 parent 165e1d5 commit 5c95337

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

keep/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__name__ = 'keep'
2-
__version__ = '2.8'
2+
__version__ = '2.9'

release.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
# NOTE: Make sure to update version number
2+
# pip install twine wheel
13
rm -rf build/*
24
rm -rf dist/*
3-
python3 setup.py sdist bdist_wheel
5+
python setup.py sdist bdist_wheel
46
twine upload dist/*

0 commit comments

Comments
 (0)