Skip to content

Commit

Permalink
Bump version numbers to v0.2.0-unreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkingai2 committed Apr 3, 2019
1 parent 0b18c59 commit c70de5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scispacy/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "0"
_MINOR = "2"
_REVISION = "0"
_REVISION = "0-unreleased"

VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
VERSION = "{0}.{1}.{2}".format(_MAJOR, _MINOR, _REVISION)

0 comments on commit c70de5c

Please sign in to comment.