Skip to content

Commit

Permalink
pyabf 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden committed Jun 28, 2021
1 parent a8b347d commit 8e3a826
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/scripts/PYPI_UPLOAD.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:: To use this script: pip install twine
@echo off

:: python versionIncrease.py
python versionIncrease.py

:: navigate to the source folder and delete old builds
cd ../../src/
Expand Down
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.0'
__version__ = '2.3.1'

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.0',
version='2.3.1',
author='Scott W Harden',
author_email='SWHarden@gmail.com',
python_requires='>=3.6',
Expand Down

0 comments on commit 8e3a826

Please sign in to comment.