summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-05-09 09:50:35 +0100
committerColin Watson <cjwatson@debian.org>2019-05-09 09:50:35 +0100
commit64f7b99b10a70e8341b4ddf5c9c726722f005ebe (patch)
treecc971cc348a17b1fe74277d1d038c02c5fe04810 /setup.py
parent619cb9d927e2d6955d0b6a97d4d4c5ea9548150a (diff)
New upstream version 1.2.3
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 fefbee9..f098e76 100755
--- a/setup.py
+++ b/setup.py
@@ -13,8 +13,8 @@ from setuptools import (
PROJECT_NAME = 'macaroonbakery'
-# version 1.2.1
-VERSION = (1, 2, 1)
+# version 1.2.3
+VERSION = (1, 2, 3)
def get_version():