Skip to content

Commit

Permalink
fix license key in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Sep 16, 2022
1 parent d30d56b commit 1495be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arq/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Version here is used for the package version via the `[tool.hatch.version]` section of `pyproject.toml`.
VERSION = '0.24.0'
VERSION = '0.25.0-dev'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = 'arq/version.py'
name = 'arq'
description = 'Job queues in python with asyncio and redis'
authors = [{name = 'Samuel Colvin', email = '[email protected]'}]
license = {file = 'LICENSE'}
license = { text = 'MIT' }
readme = 'README.md'
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 1495be6

Please sign in to comment.