Skip to content

Commit

Permalink
pyabf 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden committed Aug 2, 2023
1 parent c563830 commit 012d1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pyabf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Documentation and code examples, and more can be found at:
https://github.com/swharden/pyABF
"""
__version__ = '2.3.7'
__version__ = '2.3.8'

import sys
import os
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# standard pypi stuff
setup(
name='pyabf',
version='2.3.7',
version='2.3.8',
author='Scott W Harden',
author_email='[email protected]',
python_requires='>=3.8',
Expand Down

0 comments on commit 012d1c2

Please sign in to comment.