Skip to content

Commit 2cef4ef

Browse files
committed
Bump version to 230
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".
1 parent f58519d commit 2cef4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from distutils.core import setup, Extension
22

3-
version = '221'
3+
version = '230'
44
defines = [('PACKAGE_VERSION', '"{}"'.format(version))]
55

66
_journal = Extension('systemd/_journal',

0 commit comments

Comments
 (0)