aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2018-04-24 11:15:18 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2018-04-24 11:15:18 -0400
commitf07171317e84942db1771e1a61a6c59876ddad62 (patch)
tree78df2c2b62edaadc05e9fcacada143b643334bcc /setup.py
parentad97a8005fac8766baeaf62b19f645a3ab751987 (diff)
downloadgrokmirror-f07171317e84942db1771e1a61a6c59876ddad62.tar.gz
Call this version 1.1.0
There are enough changes to warrant a bump to 1.1, what with py3 compatibility and addition of progressbars, which pulls in new dependencies. 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 61219e2..660db39 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
import os
import setuptools
-VERSION = '1.0.2'
+VERSION = '1.1.0'
NAME = 'grokmirror'
# Utility function to read the README file.