Skip to content

Commit

Permalink
Increment version to 6.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed May 21, 2018
1 parent 05ad346 commit b52adc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thinc/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b52adc4

Please sign in to comment.