Skip to content

Commit

Permalink
Update setup.py with new version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskreuz authored Jun 9, 2023
1 parent 1fd4be7 commit 928a8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __str__(self):
setup(
name='pyspike',
packages=find_packages(exclude=['doc']),
version='0.7.0',
version='0.8.0',
cmdclass=cmdclass,
ext_modules=ext_modules,
include_dirs=[numpy_include()],
Expand Down

0 comments on commit 928a8d0

Please sign in to comment.