Skip to content

Commit

Permalink
Set version dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed May 30, 2024
1 parent de4940b commit 80799d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions django_tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
from .exceptions import InvalidTaskBackendError
from .task import DEFAULT_QUEUE_NAME, ResultStatus, Task, task

__version__ = "0.0.0"

__all__ = [
"tasks",
"DEFAULT_TASK_BACKEND_ALIAS",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "A reference implementation and backport of background workers and
authors = [
{name = "Jake Howard"},
]
version = "0.0.0"
dynamic = ["version"]
readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
Expand Down

0 comments on commit 80799d8

Please sign in to comment.