summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2014-10-28 10:14:46 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2014-10-28 10:14:46 -0300
commit493a10b1f4b097887f6068574d8cae33327be89b (patch)
tree4522507e438f99153ad2fc18ded08a41aa3e7eb5 /setup.py
parent92c20cf7b7e7b45ea1f57544881b226faa29d055 (diff)
Back to development: 1.6.2
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 d85a64b..2969c3e 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ if sys.version_info < (3, 4):
setup(name='PyVISA',
description='Python VISA bindings for GPIB, RS232, and USB instruments',
- version='1.6.1',
+ version='1.6.2.dev0',
long_description=long_description,
author='Torsten Bronger, Gregor Thalhammer',
author_email='bronger@physik.rwth-aachen.de',