Skip to content

Commit fd6bd31

Browse files
committed
πŸ”– Bump to v1.2.4 - PyPI API Token Fix
- Test publishing with proper API token authentication - Ensure workflow uses updated publish configuration
1 parent e0110fa commit fd6bd31

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
)
3737
from .models.server import Server
3838

39-
__version__ = "1.2.3"
39+
__version__ = "1.2.4"
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.3"
7+
version = "1.2.4"
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
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="pyhetznerserver",
23-
version="1.2.3",
23+
version="1.2.4",
2424
author="Mohammad Rasol Esfandiari",
2525
author_email="[email protected]",
2626
description="A modern, type-safe Python library for Hetzner Cloud Server management",

0 commit comments

Comments
Β (0)