summaryrefslogtreecommitdiffstats
path: root/python/builder.py
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-12-23 10:47:37 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-12-23 10:53:12 +0100
commit3aabe41914a93d4c9afbc1a6cc498156924cbf18 (patch)
tree8da89507bc63d5193c71246800217a883773712c /python/builder.py
parentea861e0174aefea90845dd8eaab19c66c1ec8bbd (diff)
downloadastra-3aabe41914a93d4c9afbc1a6cc498156924cbf18.tar.gz
astra-3aabe41914a93d4c9afbc1a6cc498156924cbf18.tar.bz2
astra-3aabe41914a93d4c9afbc1a6cc498156924cbf18.tar.xz
astra-3aabe41914a93d4c9afbc1a6cc498156924cbf18.zip
Update version to 1.7.1
Diffstat (limited to 'python/builder.py')
-rw-r--r--python/builder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/builder.py b/python/builder.py
index 5322182..018b26b 100644
--- a/python/builder.py
+++ b/python/builder.py
@@ -71,7 +71,7 @@ ext_modules = cythonize("astra/*.pyx", language_level=2)
cmdclass = { 'build_ext': build_ext }
setup (name = 'PyASTRAToolbox',
- version = '1.7',
+ version = '1.7.1',
description = 'Python interface to the ASTRA-Toolbox',
author='D.M. Pelt',
author_email='D.M.Pelt@cwi.nl',