summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-02-06 19:27:43 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-09-21 20:57:58 -0400
commit34ce13054bb5d171c0ea72eab93fed8a2bbd2403 (patch)
tree6f7180a1b5b0fe38d614ca2f622d930e4e6e3518 /setup.py
parent3758d884d4eb4cd425560b6cac451c61a3780b0c (diff)
downloadpython-systemd-232.tar.gz
Prepare v232v232
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 326d6b4..c4150dd 100644
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ def lib(*names, **kw):
+ '\n'.join(results) + '\n')
sys.exit(status)
-version = '231'
+version = '232'
defines = {'define_macros':[('PACKAGE_VERSION', '"{}"'.format(version))]}
_journal = Extension('systemd/_journal',