diff --git a/pyproject.toml b/pyproject.toml index 1c00e20..c5effc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pystemd" -version = "0.13.4" +version = "0.14.0" readme = "README.md" description="A systemd binding for python" dependencies = [ diff --git a/pystemd/__version__.py b/pystemd/__version__.py index 8d24aef..0040b49 100644 --- a/pystemd/__version__.py +++ b/pystemd/__version__.py @@ -10,6 +10,6 @@ # during development this version is always at least "one up" the # latest release. -__version__ = "0.13.4" +__version__ = "0.14.0" sys.modules[__name__] = __version__ # type: ignore diff --git a/setup.py b/setup.py index 2217091..bc8e29c 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ setup( name="pystemd", - version="0.13.4", + version="0.14.0", author="Alvaro Leiva Geisse", author_email="aleivag@gmail.com", packages=["pystemd", "pystemd.systemd1", "pystemd.machine1", "pystemd.DBus"],