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