Skip to content

Commit

Permalink
Set version to v3.1.0, update package setup (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd authored May 10, 2023
1 parent e966671 commit 408d047
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ table provided by the [`emoji` package](https://github.com/carpedm20/emoji).

# ⏳ Installation

`spacymoji` requires `spacy` v3.0.0 or higher. For spaCy v2.x, instally
`spacymoji` requires `spacy` v3.0.0 or higher. For spaCy v2.x, install
`spacymoji==2.0.0`.

```bash
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
7 changes: 5 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
version = 3.0.1
description = spaCy pipeline component for adding emoji meta data to Doc, Token and Span objects
version = 3.1.0
description = spaCy pipeline component for adding emoji metadata to Doc, Token and Span objects
url = https://github.com/explosion/spacymoji
author = Explosion
author_email = contact@explosion.ai
Expand All @@ -20,6 +20,9 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering

[options]
Expand Down

0 comments on commit 408d047

Please sign in to comment.