diff --git a/thinc/about.py b/thinc/about.py index 07dee2a74..dd1f22817 100644 --- a/thinc/about.py +++ b/thinc/about.py @@ -4,7 +4,7 @@ # https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py __name__ = "thinc" -__version__ = "7.4.4" +__version__ = "7.4.5" __summary__ = "Practical Machine Learning for NLP" __uri__ = "https://github.com/explosion/thinc" __author__ = "Matthew Honnibal"