Skip to content

Commit d4a8555

Browse files
author
ryan.smith
committed
[RELEASE]: v0.9.8
1 parent b182abb commit d4a8555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snorkel/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_MAJOR = "0"
22
_MINOR = "9"
3-
_REVISION = "8+dev"
3+
_REVISION = "8"
44

55
VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
66
VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"

0 commit comments

Comments
 (0)