From d0b93961c3449741acf5911e4c7b3084440ebaa6 Mon Sep 17 00:00:00 2001 From: Mika Date: Sat, 10 Aug 2024 18:33:45 +0300 Subject: [PATCH] new release --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index b0e2a7d..551d6d7 100644 --- a/setup.py +++ b/setup.py @@ -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, @@ -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=[ @@ -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: