We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30d56b commit 1495be6Copy full SHA for 1495be6
arq/version.py
@@ -1,2 +1,2 @@
1
# Version here is used for the package version via the `[tool.hatch.version]` section of `pyproject.toml`.
2
-VERSION = '0.24.0'
+VERSION = '0.25.0-dev'
pyproject.toml
@@ -9,7 +9,7 @@ path = 'arq/version.py'
9
name = 'arq'
10
description = 'Job queues in python with asyncio and redis'
11
authors = [{name = 'Samuel Colvin', email = '[email protected]'}]
12
-license = {file = 'LICENSE'}
+license = { text = 'MIT' }
13
readme = 'README.md'
14
classifiers = [
15
'Development Status :: 5 - Production/Stable',
0 commit comments