diff --git a/thinc/about.py b/thinc/about.py index 0d0f0f59a..de5775902 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__ = '6.11.2.dev0' +__version__ = '6.11.2' __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