summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2014-06-24 20:11:39 -0300
committerHernan Grecco <hernan.grecco@gmail.com>2014-06-24 20:11:39 -0300
commitdaef8b1792f08fe518dbe9a5ce5967fe791369ca (patch)
tree27afe8a90d6b5dd638c5c9814a005d54b6902122 /setup.py
parent179bf901a893f87e2d1b2de612d71a66d2acf5da (diff)
Preparing release 1.5
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 cc8342b..497545b 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ __doc__ = long_description
setup(name='PyVISA',
description='Python VISA bindings for GPIB, RS232, and USB instruments',
- version='1.5.dev5',
+ version='1.5',
long_description=long_description,
author='Torsten Bronger, Gregor Thalhammer',
author_email='bronger@physik.rwth-aachen.de',