From 3549773515d05aca1e41d70f4e73b38f578f154e Mon Sep 17 00:00:00 2001 From: Daniel Scheffler Date: Mon, 20 Nov 2017 17:06:53 +0100 Subject: [PATCH] Updated version info. --- geoarray/__init__.py | 4 ++-- setup.py | 2 +- tests/CI_docker/build_testsuite_image.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/geoarray/__init__.py b/geoarray/__init__.py index f613051..f30852f 100644 --- a/geoarray/__init__.py +++ b/geoarray/__init__.py @@ -12,8 +12,8 @@ from .masks import CloudMask # noqa: E402 __author__ = """Daniel Scheffler""" __email__ = 'danschef@gfz-potsdam.de' -__version__ = '0.7.2' -__versionalias__ = 'v20171116.01' +__version__ = '0.7.3' +__versionalias__ = 'v20171120.01' __all__ = ['GeoArray', 'BadDataMask', 'NoDataMask', diff --git a/setup.py b/setup.py index 0d356b2..3d25f57 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ test_requirements = requirements + ["coverage", "nose", "nose2", "nose-htmloutpu setup( name='geoarray', - version='0.7.2', + version='0.7.3', description="Fast Python interface for geodata - either on disk or in memory.", long_description=readme + '\n\n' + history, author="Daniel Scheffler", diff --git a/tests/CI_docker/build_testsuite_image.sh b/tests/CI_docker/build_testsuite_image.sh index 115b64b..1aac2af 100644 --- a/tests/CI_docker/build_testsuite_image.sh +++ b/tests/CI_docker/build_testsuite_image.sh @@ -2,7 +2,7 @@ context_dir="./context" dockerfile="geoarray_ci.docker" -tag="geoarray_ci:0.6.17" +tag="geoarray_ci:0.7.3" gitlab_runner="geoarray_gitlab_CI_runner" echo "#### Build runner docker image" -- GitLab