We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b27989 commit ccc6e8aCopy full SHA for ccc6e8a
singlem/version.py
@@ -28,7 +28,7 @@
28
commit_id: COMMIT_ID
29
__commit_id__: COMMIT_ID
30
31
-__version__ = version = '0.19.0'
32
-__version_tuple__ = version_tuple = (0, 19, 0)
+__version__ = version = '0.20.0'
+__version_tuple__ = version_tuple = (0, 20, 0)
33
34
-__commit_id__ = commit_id = 'g1c39daaf7'
+__commit_id__ = commit_id = None
0 commit comments