Skip to content

Commit

Permalink
version bump (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Oct 27, 2024
1 parent 9ecd92a commit b5687f5
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 = "5"
_REVISION = "4"
_REVISION = "5"

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

0 comments on commit b5687f5

Please sign in to comment.