summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-10-15 10:58:25 +0100
committerColin Watson <cjwatson@debian.org>2018-10-15 10:58:25 +0100
commit619cb9d927e2d6955d0b6a97d4d4c5ea9548150a (patch)
tree4a46618b7c301c0c3e037d4fe3eb61f8d06da743 /setup.py
parent883e591e1e08c13d1a8e909a113a621552ae4b55 (diff)
New upstream version 1.2.1
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 1b29451..fefbee9 100755
--- a/setup.py
+++ b/setup.py
@@ -13,8 +13,8 @@ from setuptools import (
PROJECT_NAME = 'macaroonbakery'
-# version 1.2.0
-VERSION = (1, 2, 0)
+# version 1.2.1
+VERSION = (1, 2, 1)
def get_version():