Skip to content

Commit

Permalink
Set version to v7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Mar 19, 2019
1 parent ad1db27 commit 90129be
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.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

0 comments on commit 90129be

Please sign in to comment.