Skip to content

Commit a06a137

Browse files
committed
pie is used in pypi already
1 parent e84b158 commit a06a137

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Documentation is work in progress and it will improve over the following months.
1212
PIE is available from pypi, which means that all you should need to do is:
1313

1414
```bash
15-
pip install pie
15+
pip install nlp-pie
1616
```
1717

1818
### For development

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
here = os.path.abspath(os.path.dirname(__file__))
1515

1616
# Package meta-data.
17-
NAME = 'pie'
17+
NAME = 'nlp-pie'
1818
DESCRIPTION = 'A Framework for Joint Learning of Sequence Labeling Tasks'
1919
URL = 'https://github.com/emanjavacas/pie'
2020
AUTHOR = ' Enrique Manjavacas; Mike Kestemont'
2121
REQUIRES_PYTHON = '>=3.6.0'
22-
VERSION = "0.2.1"
22+
VERSION = "0.2.2"
2323

2424
# What packages are required for this module to be executed?
2525

0 commit comments

Comments
 (0)