Skip to content

Commit

Permalink
bump version number to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Neumann committed Jul 8, 2020
1 parent 8994934 commit 20584d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scispacy/version.py
@@ -1,6 +1,6 @@
_MAJOR = "0"
_MINOR = "2"
_REVISION = "5-unreleased"
_REVISION = "5"

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

0 comments on commit 20584d4

Please sign in to comment.