Skip to content

Commit bdc7271

Browse files
committed
Merge branch 'main' of ssh://github.com/siherrmann/queuerPy
2 parents 1b90dab + d90c637 commit bdc7271

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.15.0"
3+
__version__ = "0.16.0"
44
__version_info__ = tuple(int(part) for part in __version__.split("."))
55

66
# For compatibility

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.15.0"
7+
version = "0.16.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"
@@ -92,7 +92,7 @@ pythonVersion = "3.8"
9292
pythonPlatform = "All"
9393

9494
[tool.mypy]
95-
python_version = "0.15.0"
95+
python_version = "0.16.0"
9696
warn_return_any = true
9797
warn_unused_configs = true
9898
disallow_untyped_defs = true

0 commit comments

Comments
 (0)