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 b182abb commit d4a8555Copy full SHA for d4a8555
snorkel/version.py
@@ -1,6 +1,6 @@
1
_MAJOR = "0"
2
_MINOR = "9"
3
-_REVISION = "8+dev"
+_REVISION = "8"
4
5
VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
6
VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"
0 commit comments