Skip to content

Commit d811c63

Browse files
authored
Merge pull request #108 from aleivag/new_release
new_release_0.15
2 parents 0c2e008 + 2b105fb commit d811c63

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.14.0"
7+
version = "0.15.0"
88
readme = "README.md"
99
description="A systemd binding for python"
1010
requires-python=">=3.11"

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.14.0"
13+
__version__ = "0.15.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.14.0",
66+
version="0.15.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)