aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2019-02-14 11:43:22 -0500
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2019-02-14 11:43:22 -0500
commit22c6888a39d77742c8c9dcd9da3aab9002b3c6a0 (patch)
treefeb93f2762260ee00c08fa77f7480ea5cd9b5e0c /setup.py
parent95371735efb8b925da1200592b971609e0117afd (diff)
downloadgrokmirror-22c6888a39d77742c8c9dcd9da3aab9002b3c6a0.tar.gz
Prepare for 1.2 release
Tests are looking good, so release a 1.2. 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 ec9c791..eb3e2d2 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ import os
from setuptools import setup
NAME = 'grokmirror'
-VERSION = '1.2-pre'
+VERSION = '1.2'
# Utility function to read the README file.