Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
boazmohar authored Jan 23, 2023
1 parent a8e849f commit 79f166d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
setup(
name='pywavesurfer',
packages=['pywavesurfer'],
version='0.0.8',
version='0.0.9',
description="Python package for reading WaveSurfer data files",
long_description=long_description,
author='Adam L. Taylor, Boaz Mohar',
author_email='[email protected], [email protected]',
url='https://github.com/JaneliaSciComp/PyWaveSurfer',
download_url='https://github.com/JaneliaSciComp/PyWaveSurfer/archive/v0.0.8.tar.gz',
download_url='https://github.com/JaneliaSciComp/PyWaveSurfer/archive/v0.0.9.tar.gz',
classifiers=['Development Status :: 3 - Alpha',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 79f166d

Please sign in to comment.