Skip to content

Commit

Permalink
updated to python 10, version 0.08
Browse files Browse the repository at this point in the history
  • Loading branch information
boazmohar committed Sep 19, 2022
1 parent 814d5a2 commit 18c0367
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.5
current_version = 0.0.8
commit = True
tag = True

Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ Version History

0.0.5 Oct 22, 2020 Added test for WS 1.0.2 data files, fixed version checking bug, updated dependencies, drop python 2.

0.0.6 Oct 14, 2021 Updated dependencies, drop python 3.6, added 3.9. Moved CI/CD to Github Actions.

0.0.7 Oct 14, 2021 Updated dependencies, added context manager to h5py open.

0.0.8 Sep 19, 2022 Updated dependencies, drop python 3.7, added 3.10.

.. |Updates| image:: https://pyup.io/repos/github/JaneliaSciComp/PyWaveSurfer/shield.svg
:target: https://pyup.io/repos/github/JaneliaSciComp/PyWaveSurfer/
.. |Build Status| image:: https://travis-ci.org/JaneliaSciComp/PyWaveSurfer.svg?branch=master
Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,18 @@
setup(
name='pywavesurfer',
packages=['pywavesurfer'],
version='0.0.5',
version='0.0.8',
description="Python package for reading WaveSurfer data files",
long_description=long_description,
author='Adam L. Taylor, Boaz Mohar',
author_email='taylora@janelia.hhmi.org, boazmohar@gmail.com',
url='https://github.com/JaneliaSciComp/PyWaveSurfer',
download_url='https://github.com/JaneliaSciComp/PyWaveSurfer/archive/v0.0.5.tar.gz',
download_url='https://github.com/JaneliaSciComp/PyWaveSurfer/archive/v0.0.8.tar.gz',
classifiers=['Development Status :: 3 - Alpha',
'Programming Language :: Python :: 3',
'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',
],
install_requires=requires,
extras_require={
Expand Down

0 comments on commit 18c0367

Please sign in to comment.