diff options
author | Colin Watson <cjwatson@debian.org> | 2018-02-20 18:31:17 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-02-20 18:32:43 +0000 |
commit | f9aaf5dacc906f5e4a51b4ce984078aaa0c84bf4 (patch) | |
tree | 23940ad6af41e336b7ec9a91c1acf66c9d7e111b /setup.py | |
parent | 650d1b77a8729ffb148fc3a22923d7a52678738c (diff) | |
parent | c1850c8a10886894255100fae185c450e800564a (diff) |
New upstream release (1.1.2)
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ from setuptools import ( PROJECT_NAME = 'macaroonbakery' -VERSION = (1, 1, 0) +VERSION = (1, 1, 2) def get_version(): |