From a3f376827202413767b15dce94bb370df807549f Mon Sep 17 00:00:00 2001 From: radwinskis Date: Fri, 14 Jan 2022 08:44:20 -0700 Subject: [PATCH] v0.5 --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e944c8e..7f84b80 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ author = 'MARK RADWIN', author_email = 'markradwin@gmail.com', url = 'https://github.com/radwinskis/RSAbs', - download_url = 'https://github.com/radwinskis/RSAbs/archive/refs/tags/v0.4.tar.gz', + download_url = 'https://github.com/radwinskis/RSAbs/archive/refs/tags/v0.5.tar.gz', keywords = ['REFLECTANCE', 'SPECTROSCOPY', 'ABSORPTION', 'DETECTION'], install_requires=[ 'scipy', @@ -17,7 +17,7 @@ ], classifiers=[ 'Development Status :: 3 - Alpha', # "3 - Alpha", "4 - Beta" or "5 - Production/Stable" - 'Intended Audience :: Scientists', + 'Intended Audience :: Science/Research', 'Topic :: Software Development :: Build Tools', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3', #Specify which pyhton versions that you want to support @@ -28,6 +28,7 @@ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11' ], ) \ No newline at end of file