From 8ee450c0d9572ee694bc6af064d5db5a686b822e Mon Sep 17 00:00:00 2001 From: Mario Mulansky Date: Wed, 29 Dec 2021 18:15:34 -0600 Subject: Bump version to 0.7 --- Changelog | 6 ++++++ setup.py | 12 +++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Changelog b/Changelog index 88e16cc..3641458 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +PySpike v0.7: + * Python 3.10 compatible + * Dropped support for Python2 + * Small fixes in tests + * Fixed documentation links + PySpike v0.6: * Support for computing spike directionality and spike train order diff --git a/setup.py b/setup.py index b5b01a6..0aea3a0 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ elif use_c: # c files are there, compile to binaries setup( name='pyspike', packages=find_packages(exclude=['doc']), - version='0.6.0', + version='0.7.0', cmdclass=cmdclass, ext_modules=ext_modules, include_dirs=[numpy_include()], @@ -98,13 +98,11 @@ train similarity', 'License :: OSI Approved :: BSD License', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', - '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', ], package_data={ 'pyspike': ['cython/cython_add.c', 'cython/cython_profiles.c', -- cgit v1.2.3