Skip to content

Commit

Permalink
getting ready for 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLecocq committed Jan 4, 2022
1 parent 323c53d commit fd3ccd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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,
Expand Down Expand Up @@ -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'],
)

0 comments on commit fd3ccd3

Please sign in to comment.