Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika committed Aug 10, 2024
1 parent 90f7823 commit d0b9396
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.2.0',
version='1.2.1',

description='Python library for processing historical English',
long_description=long_description,
Expand All @@ -33,11 +33,11 @@
url='https://github.com/mikahama/natas',

# Author details
author='Mika Hämäläinen, Rootroo Ltd',
author_email='mika@rootroo.com',
author='Mika Hämäläinen',
author_email='mika@flyforpoints.com',

# Choose your license
license='Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License',
license='Apache 2.0',

# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
Expand Down Expand Up @@ -69,7 +69,7 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=["configargparse","distance", "spacy>=2.1.4", "mikatools>=0.0.6","OpenNMT-py>=2.1.2"],
install_requires=["configargparse","distance", "spacy>=2.1.4", "mikatools>=0.0.6","OpenNMT-py==2.1.2"],
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
# for example:
Expand Down

0 comments on commit d0b9396

Please sign in to comment.