aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2017-02-10 11:39:04 -0500
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2017-02-10 11:39:04 -0500
commit8ef39f3ed3ad3e865c72338f911a72899eaa9a60 (patch)
tree98e6c0a50b6b3d67d130d82fd8c08c1b378d6b17 /setup.py
parent719626526ab9e9e58ddcce338820f75cb57cb114 (diff)
downloadgrokmirror-8ef39f3ed3ad3e865c72338f911a72899eaa9a60.tar.gz
Prep for release 1.0.1v1.0.1
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 584ede2..a2c2081 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ from setuptools import setup
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
-VERSION='1.0.0'
+VERSION='1.0.1'
NAME='grokmirror'
setup(