Skip to content

Commit 96488e2

Browse files
committed
tasklib: Fix __version__ number
Closes #103.
1 parent 6a7c4fa commit 96488e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasklib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .task import Task
33
from .serializing import local_zone
44

5-
__version__ = '2.3.0'
5+
__version__ = '2.4.0'

0 commit comments

Comments
 (0)