Compare commits

...

2 Commits

Author SHA1 Message Date
06e12a8467 🤖 Bumped version to 0.1.5
All checks were successful
Package Python / Package-Python-And-Publish (push) Successful in 25s
Run Python tests (through Pytest) / Test (push) Successful in 28s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 25s
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager)
2025-07-14 00:56:13 +02:00
7a3bcc05b3 🤖 Repository layout updated to latest version
This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager)
2025-07-14 00:55:53 +02:00
2 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
__version__ = '0.1.4'
__version__ = '0.1.5'

View File

@ -10,8 +10,7 @@ from setuptools import setup
PACKAGE_NAME = 'clients_protocol'
PACKAGE_DESCRIPTION = """
# Common HTTP/REST clients interface
""".strip()
# Common HTTP/REST clients interface""".strip()
PACKAGE_DESCRIPTION_SHORT = """
""".strip()