Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Neumann committed Feb 12, 2021
1 parent df9e83b commit 8acf778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scispacy/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "0"
_MINOR = "2"
_REVISION = "5-unreleased"
_MINOR = "4"
_REVISION = "0"

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

0 comments on commit 8acf778

Please sign in to comment.