Skip to content

Commit

Permalink
Bump version to 230
Browse files Browse the repository at this point in the history
This matches what was done for libgudev. This way we have plenty of time
to remove the module from systemd, and this version will always be "newer".
  • Loading branch information
keszybz committed Jul 6, 2015
1 parent f58519d commit 2cef4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from distutils.core import setup, Extension

version = '221'
version = '230'
defines = [('PACKAGE_VERSION', '"{}"'.format(version))]

_journal = Extension('systemd/_journal',
Expand Down

0 comments on commit 2cef4ef

Please sign in to comment.