Skip to content

Commit 93cbdc6

Browse files
Update version to v0.5.0
1 parent 697ce3d commit 93cbdc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Version information for queuerPy package."""
22

3-
__version__ = "0.4.0"
3+
__version__ = "0.5.0"
44
__version_info__ = tuple(int(part) for part in __version__.split("."))
55

66
# For compatibility

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 = "queuerPy"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
description = "A Python implementation of the queuer system - a job queuing and processing system with PostgreSQL backend"
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)