summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2015-05-05 23:49:53 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2015-05-05 23:49:53 -0300
commit25833ee958181622043cf36280f3d0f5cc6d8b38 (patch)
treebe0c30a53d9d6cf5f07bc47760fb7eb21845ab80 /setup.py
parent20e95223dc19d3653929b2db768cc4e6b485b4e4 (diff)
Bumped to 1.6.4.dev1
Diffstat (limited to 'setup.py')
-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',