summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 75ff76e..591699a 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ if sys.version_info < (2, 7):
setup(name='PyVISA',
description='Python VISA bindings for GPIB, RS232, and USB instruments',
- version='1.6.4.dev0',
+ version='1.6.4.dev1',
long_description=long_description,
author='Torsten Bronger, Gregor Thalhammer',
author_email='bronger@physik.rwth-aachen.de',