We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee80dc commit 3af4a10Copy full SHA for 3af4a10
1 file changed
case_insensitive/__init__.py
@@ -1,2 +1,2 @@
1
-VERSION = (0, 1, 2)
+VERSION = (0, 1, 3)
2
__version__ = '.'.join([str(x) for x in VERSION])
0 commit comments