Skip to content

Commit ea52100

Browse files
author
Jason Allum
committed
Bumped version number.
1 parent a7ac6d2 commit ea52100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_ztask/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Django ZTask."""
22
import os
33

4-
VERSION = (0, 1, 4)
4+
VERSION = (0, 1, 5)
55

66
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
77
__author__ = "Jason Allum and Dave Martorana"

0 commit comments

Comments
 (0)