summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index ed8b457bf..44e6731d0 100755
--- a/setup.py
+++ b/setup.py
@@ -63,8 +63,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 13
-MICRO = 0
-ISRELEASED = False
+MICRO = 2
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)