diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-12-04 16:20:35 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-12-04 16:20:35 +0100 |
commit | 8603f9a768c99b18eb74aff13a015fc60fa57ea6 (patch) | |
tree | 57b256d4a0bee83a5423ae40b32851a636dd1c3f /python | |
parent | 6458cb49916980e4f0aee07eb4bc621b9f2053a8 (diff) | |
download | astra-8603f9a768c99b18eb74aff13a015fc60fa57ea6.tar.gz astra-8603f9a768c99b18eb74aff13a015fc60fa57ea6.tar.bz2 astra-8603f9a768c99b18eb74aff13a015fc60fa57ea6.tar.xz astra-8603f9a768c99b18eb74aff13a015fc60fa57ea6.zip |
Update version to 1.7
Diffstat (limited to 'python')
-rw-r--r-- | python/builder.py | 2 | ||||
-rw-r--r-- | python/conda/meta.yaml | 4 | ||||
-rw-r--r-- | python/docSRC/conf.py | 4 |
3 files changed, 5 insertions, 5 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', diff --git a/python/conda/meta.yaml b/python/conda/meta.yaml index 45ea812..e1adc83 100644 --- a/python/conda/meta.yaml +++ b/python/conda/meta.yaml @@ -1,10 +1,10 @@ package: name: astra-toolbox - version: '1.6' + version: '1.7' source: git_url: https://github.com/astra-toolbox/astra-toolbox.git - git_tag: v1.6 + git_tag: v1.7 build: number: 0 diff --git a/python/docSRC/conf.py b/python/docSRC/conf.py index e54bbb8..cc95a80 100644 --- a/python/docSRC/conf.py +++ b/python/docSRC/conf.py @@ -48,9 +48,9 @@ copyright = u'2013, Centrum Wiskunde & Informatica, Amsterdam' # built documents. # # The short X.Y version. -version = '1.6' +version = '1.7' # The full version, including alpha/beta/rc tags. -release = '1.6' +release = '1.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |