Skip to content

Commit

Permalink
Set version to 0.2.0 (#13)
Browse files Browse the repository at this point in the history
* Set version to `0.2.0`

* Tick spacy lower bound to `3.6.0`

* Update description

* Tick spacy lower bound to `3.7.0.dev0`
  • Loading branch information
shadeMe authored Jul 21, 2023
1 parent 0d077f5 commit 83c2d6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
version = 0.1.1
description = Curated transformer models
version = 0.2.0
description = Curated transformer models for spaCy pipelines
url = https:/explosion/spacy-curated-transformers
author = Explosion
author_email = [email protected]
Expand All @@ -16,7 +16,7 @@ python_requires = >=3.6
install_requires =
curated-transformers>=0.1.0,<0.2.0
curated-tokenizers>=0.0.7,<0.1.0
spacy>=3.5.0,<4.0.0
spacy>=3.7.0.dev0,<4.0.0
torch>=1.12.0

[options.entry_points]
Expand Down

0 comments on commit 83c2d6a

Please sign in to comment.