summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-10-12 13:08:30 +0100
committerColin Watson <cjwatson@debian.org>2018-10-12 13:08:30 +0100
commit883e591e1e08c13d1a8e909a113a621552ae4b55 (patch)
tree1614dd704afdac172759441ec055a393d5b51bf2 /setup.py
parent2105a515d749b74eef9a6bb6af008aa6a842e313 (diff)
New upstream version 1.2.0
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 e0ed5d7..1b29451 100755
--- a/setup.py
+++ b/setup.py
@@ -13,8 +13,8 @@ from setuptools import (
PROJECT_NAME = 'macaroonbakery'
-# version 1.1.4
-VERSION = (1, 1, 4)
+# version 1.2.0
+VERSION = (1, 2, 0)
def get_version():