diff --git a/camphr/VERSION.py b/camphr/VERSION.py index f5776b3e..49e0fc1e 100644 --- a/camphr/VERSION.py +++ b/camphr/VERSION.py @@ -1 +1 @@ -__version__ = "0.7.0-rc1" +__version__ = "0.7.0" diff --git a/pyproject.toml b/pyproject.toml index b6507284..2e45a226 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ files = [ "camphr/VERSION.py",] commit = true [tool.poetry] -version = "0.7.0-rc1" +version = "0.7.0" name = "camphr" authors = [ "tamuhey ",] description = "spaCy plugin for Transformers, Udify, Elmo, etc."