From fd3ccd36f9d32418dce735c66773cd3c50c79f2c Mon Sep 17 00:00:00 2001 From: ThomasLecocq Date: Tue, 4 Jan 2022 09:17:33 +0100 Subject: [PATCH] getting ready for 1.6.2 --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b392aad9..bb2c191a 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -setup(version="1.6", +setup(version="1.6.2", name='msnoise', packages=find_packages(), include_package_data=True, @@ -56,6 +56,8 @@ 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Physics'], )