Skip to content
Snippets Groups Projects
Commit ebed4b23 authored by Daniel Scheffler's avatar Daniel Scheffler Committed by Daniel Scheffler
Browse files

Updated version info.

parent 922352b8
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -8,8 +8,8 @@ from . import numeric
from . import similarity
from . import web
__version__ = '0.6.0'
__versionalias__ = '20170911_04'
__version__ = '0.7.0'
__versionalias__ = '20170912_01'
__author__ = 'Daniel Scheffler'
# Validate GDAL version
......
......@@ -17,7 +17,7 @@ test_requirements = requirements + ["coverage", "nose", "nose2", "nose-htmloutpu
setup(
name='py_tools_ds',
version='0.6.0',
version='0.7.0',
description="A collection of Python tools by Daniel Scheffler.",
long_description=readme + '\n\n' + history,
author="Daniel Scheffler",
......
......@@ -2,7 +2,7 @@
context_dir="./context"
dockerfile="py_tools_ds_ci.docker"
tag="py_tools_ds_ci:0.6.0"
tag="py_tools_ds_ci:0.7.0"
gitlab_runner="py_tools_ds_gitlab_CI_runner"
echo "#### Build runner docker image"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment