Skip to content

Commit 2e4f60d

Browse files
committed
Get ready for release 1.1.0
1 parent ae1449c commit 2e4f60d

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGES
22
=======
33

4+
1.1.0
5+
-----
6+
7+
Re-Release to use released Mathics 1.1.0
8+
49
1.0.0
510
-----
611

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
|Pypi Installs| |Latest Version| |Supported Python Versions|
22

3-
Mathics Natural Language Tookkit module.
3+
Mathics Natural Language Toolkit module.
44

55
To use build module, you will need to install Python module `nltk
66
<https://pypi.org/project/nltk/>`_ and `spacy

pymathics/natlang/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# This file is suitable for sourcing inside POSIX shell as
66
# well as importing into Python. That's why there is no
77
# space around "=" below.
8-
__version__="1.0.0"
8+
__version__="1.1.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
name="pymathics-natlang",
3333
version=__version__,
3434
packages=find_namespace_packages(include=["pymathics.*"]),
35-
install_requires=["mathics>=1.0", "nltk", "spacy<3.0"],
35+
install_requires=["Mathics3>=1.1.0", "nltk", "spacy<3.0", "pattern"],
3636
# don't pack Mathics in egg because of media files, etc.
3737
zip_safe=False,
3838
maintainer="Mathics Group",

0 commit comments

Comments
 (0)