diff --git a/seppy/version.py b/seppy/version.py index bbece5c..745f799 100644 --- a/seppy/version.py +++ b/seppy/version.py @@ -5,4 +5,4 @@ from setuptools_scm import get_version __version__ = get_version(root='..', relative_to=__file__) except Exception: - __version__ = '0.1.0' + __version__ = '0.1.1' diff --git a/setup.cfg b/setup.cfg index 002fa18..ef0b60d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ author = Jan Gieseler author_email = jan.gieseler@utu.fi license = BSD 3-clause license_file = licenses/LICENSE.rst -url = https://github.com/jgieseler/SEPpy +url = https://github.com/serpentine-h2020/SEPpy description = SEPpy long_description = file: README.rst classifiers = @@ -13,8 +13,6 @@ classifiers = Natural Language :: English Operating System :: OS Independent Programming Language :: Python - 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 @@ -24,7 +22,7 @@ classifiers = zip_safe = False packages = find: include_package_data = True -python_requires = >=3.6 +python_requires = >=3.8 setup_requires = setuptools_scm install_requires = astropy