We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b71470 commit 9d7ff77Copy full SHA for 9d7ff77
updog/__init__.py
@@ -1,4 +1,4 @@
1
-version_info = (0,9)
+version_info = (1,0)
2
version = '.'.join(str(c) for c in version_info)
3
4
base_directory = ''
0 commit comments