We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb5960 commit cdaf780Copy full SHA for cdaf780
1 file changed
geosk/__init__.py
@@ -19,7 +19,8 @@
19
20
import os
21
# __version__ = (1, 2, 0, 'alpha', 6)
22
-__version__ = (1, 3, 17, 'final', 0)
+# __version__ = (1, 3, 17, 'final', 0)
23
+__version__ = (1, 3, 18, 'final', 0)
24
25
class UnregisteredSKException(Exception):
26
pass
0 commit comments