File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " queuerPy"
7- version = " 0.15 .0"
7+ version = " 0.16 .0"
88description = " A Python implementation of the queuer system - a job queuing and processing system with PostgreSQL backend"
99readme = " README.md"
1010license = " Apache-2.0"
@@ -92,7 +92,7 @@ pythonVersion = "3.8"
9292pythonPlatform = " All"
9393
9494[tool .mypy ]
95- python_version = " 0.15 .0"
95+ python_version = " 0.16 .0"
9696warn_return_any = true
9797warn_unused_configs = true
9898disallow_untyped_defs = true
You can’t perform that action at this time.
0 commit comments