Skip to content

Commit 3ab6bcf

Browse files
committed
πŸ”– Bump version to 1.2.1
- Update version in all config files - Prepare for automated PyPI release testing
1 parent e965401 commit 3ab6bcf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

β€Žpyhetznerserver/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
IPv6
3737
)
3838

39-
__version__ = "1.2.0"
39+
__version__ = "1.2.1"
4040
__author__ = "Mohammad Rasol Esfandiari"
4141
__email__ = "[email protected]"
4242
__license__ = "MIT"

β€Ž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 = "pyhetznerserver"
7-
version = "1.2.0"
7+
version = "1.2.1"
88
description = "A modern, type-safe Python library for Hetzner Cloud Server management"
99
readme = "README.md"
1010
license = {text = "MIT"}

β€Žsetup.pyβ€Ž

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

2020
setup(
2121
name="pyhetznerserver",
22-
version="1.2.0",
22+
version="1.2.1",
2323
author="Mohammad Rasol Esfandiari",
2424
author_email="[email protected]",
2525
description="A modern, type-safe Python library for Hetzner Cloud Server management",

0 commit comments

Comments
Β (0)