Skip to content

Commit

Permalink
bump version number to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Neumann committed Jun 3, 2019
1 parent b8bca1f commit 03d2902
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 = "1-unreleased"
_REVISION = "2"

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

0 comments on commit 03d2902

Please sign in to comment.