Skip to content

Commit

Permalink
released v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schott committed Sep 22, 2019
1 parent d7e2d59 commit 5e79f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keithley2600/keithley_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
CLASSES, PROPERTY_LISTS)
from keithley2600.result_table import FETResultTable

__version__ = 'v1.3.1-beta1'
__version__ = 'v1.3.1'

PY2 = sys.version[0] == '2'
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 5e79f28

Please sign in to comment.