diff --git a/keithleygui/__init__.py b/keithleygui/__init__.py index e93a42e..7ab3942 100644 --- a/keithleygui/__init__.py +++ b/keithleygui/__init__.py @@ -2,5 +2,5 @@ from keithleygui.main import KeithleyGuiApp -__version__ = "v1.1.7" +__version__ = "v1.1.8" __author__ = "Sam Schott" diff --git a/setup.py b/setup.py index e3903b9..95a83fe 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="keithleygui", - version="1.1.7", + version="1.1.8", description="A GUI for the Keithley 2600 series", author="Sam Schott", author_email="ss2151@cam.ac.uk",