Skip to content

Commit

Permalink
Set version to v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Feb 23, 2019
1 parent c5d0585 commit d94fc5d
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__ = "7.0.2.dev0"
__version__ = "7.0.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 d94fc5d

Please sign in to comment.