Skip to content

Commit 165dd60

Browse files
committed
Version 0.1.1
1 parent b241e65 commit 165dd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_tasks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .exceptions import InvalidTaskBackendError
1414
from .task import DEFAULT_QUEUE_NAME, ResultStatus, Task, task
1515

16-
__version__ = "0.1.0"
16+
__version__ = "0.1.1"
1717

1818
__all__ = [
1919
"tasks",

0 commit comments

Comments
 (0)