summaryrefslogtreecommitdiffstats
path: root/python/builder.py
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-12-04 16:20:35 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-12-04 16:20:35 +0100
commit8603f9a768c99b18eb74aff13a015fc60fa57ea6 (patch)
tree57b256d4a0bee83a5423ae40b32851a636dd1c3f /python/builder.py
parent6458cb49916980e4f0aee07eb4bc621b9f2053a8 (diff)
downloadastra-8603f9a768c99b18eb74aff13a015fc60fa57ea6.tar.gz
astra-8603f9a768c99b18eb74aff13a015fc60fa57ea6.tar.bz2
astra-8603f9a768c99b18eb74aff13a015fc60fa57ea6.tar.xz
astra-8603f9a768c99b18eb74aff13a015fc60fa57ea6.zip
Update version to 1.7
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 44d9c3b..5322182 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.6',
+ version = '1.7',
description = 'Python interface to the ASTRA-Toolbox',
author='D.M. Pelt',
author_email='D.M.Pelt@cwi.nl',