We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697ce3d commit 93cbdc6Copy full SHA for 93cbdc6
_version.py
@@ -1,6 +1,6 @@
1
"""Version information for queuerPy package."""
2
3
-__version__ = "0.4.0"
+__version__ = "0.5.0"
4
__version_info__ = tuple(int(part) for part in __version__.split("."))
5
6
# For compatibility
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "queuerPy"
7
-version = "0.4.0"
+version = "0.5.0"
8
description = "A Python implementation of the queuer system - a job queuing and processing system with PostgreSQL backend"
9
readme = "README.md"
10
license = "Apache-2.0"
0 commit comments