Skip to content

Commit 617c924

Browse files
authored
[BUMP]: v0.10.1+dev (#1732)
1 parent 9b642a2 commit 617c924

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Thanks to @bhancock8, @kamelCased, @MLobo1997, and @rsmith49 for contributions!
3434
* PR #1686: Switch to CircleCI badge
3535
* PR #1685: Migrating travis -> circle
3636

37-
3837
### [Contributors]
3938

4039
Thanks to @rsmith49, @zexuan-zhou, @humzaiqbal, @fpoms, @crawlingcub, and @henryre for contributions!

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 = "10"
3-
_REVISION = "0"
3+
_REVISION = "1+dev"
44

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

0 commit comments

Comments
 (0)