Skip to content

Commit 85cd208

Browse files
committed
incr version number
1 parent bf75589 commit 85cd208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_routines/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from django.core.exceptions import ImproperlyConfigured
2323
from django.utils.functional import Promise
2424

25-
VERSION = (1, 1, 0)
25+
VERSION = (1, 1, 1)
2626

2727
__title__ = "Django Routines"
2828
__version__ = ".".join(str(i) for i in VERSION)

0 commit comments

Comments
 (0)