diff --git a/thinc/about.py b/thinc/about.py index 1006ccbf7..37c21b6fd 100644 --- a/thinc/about.py +++ b/thinc/about.py @@ -4,11 +4,11 @@ # https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py __name__ = "thinc" -__version__ = "7.0.4.dev0" +__version__ = "7.0.4" __summary__ = "Practical Machine Learning for NLP" __uri__ = "https://github.com/explosion/thinc" __author__ = "Matthew Honnibal" __email__ = "matt@explosion.ai" __license__ = "MIT" __title__ = "thinc" -__release__ = False +__release__ = True