Skip to content

Commit 956f4d8

Browse files
committed
release 0.14.0
1 parent bf59767 commit 956f4d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pystemd"
7-
version = "0.13.4"
7+
version = "0.14.0"
88
readme = "README.md"
99
description="A systemd binding for python"
1010
dependencies = [

pystemd/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
# during development this version is always at least "one up" the
1212
# latest release.
13-
__version__ = "0.13.4"
13+
__version__ = "0.14.0"
1414

1515
sys.modules[__name__] = __version__ # type: ignore

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
setup(
6565
name="pystemd",
66-
version="0.13.4",
66+
version="0.14.0",
6767
author="Alvaro Leiva Geisse",
6868
author_email="aleivag@gmail.com",
6969
packages=["pystemd", "pystemd.systemd1", "pystemd.machine1", "pystemd.DBus"],

0 commit comments

Comments
 (0)