Skip to content

Commit 3b9a097

Browse files
committed
fix version number
* tag '1.3.1':
2 parents 35c33fb + 804c50f commit 3b9a097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concurrency/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__author__ = 'sax'
66
default_app_config = 'concurrency.apps.ConcurrencyConfig'
77

8-
VERSION = __version__ = (1, 3, 1, 'final§', 0)
8+
VERSION = __version__ = (1, 3, 1, 'final', 0)
99
NAME = 'django-concurrency'
1010

1111

0 commit comments

Comments
 (0)