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

Revised CI configuration.

updated __version__ and _versionalias__
parent 0ceacacf
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -11,7 +11,7 @@ variables:
stages:
- test
- deploy_pages
- deploy_pypi
- deploy_to_pypi
- cleanup
......@@ -48,10 +48,11 @@ pages:
deploy_pypi:
stage: deploy_pypi
stage: deploy_to_pypi
dependencies:
- test_arosics
script: # Configure the PyPI credentials, then push the package, and cleanup the creds.
- pip -q install setuptools
- echo "[server-login]" >> ~/.pypirc
- echo "username=" ${PYPI_USER} >> ~/.pypirc
- echo "password=" ${PYPI_PASSWORD} >> ~/.pypirc
......
......@@ -14,6 +14,7 @@
[![build status](https://gitext.gfz-potsdam.de/danschef/arosics/badges/master/build.svg)](https://gitext.gfz-potsdam.de/danschef/arosics/commits/master)
[![coverage report](https://gitext.gfz-potsdam.de/danschef/arosics/badges/master/coverage.svg)](https://gitext.gfz-potsdam.de/danschef/arosics/commits/master)
[![pypi_status](https://img.shields.io/pypi/v/arosics.svg)](https://pypi.python.org/pypi/arosics)
See also the latest [coverage](http://danschef.gitext.gfz-potsdam.de/arosics/coverage/) report.
......
......@@ -4,8 +4,8 @@
__author__ = """Daniel Scheffler"""
__email__ = 'daniel.scheffler@gfz-potsdam.de'
__version__ = '0.3.2'
__versionalias__ = '2017-07-04_03'
__version__ = '0.3.3'
__versionalias__ = '2017-07-04_04'
from .CoReg import COREG
......
......@@ -24,7 +24,7 @@ test_requirements = ['coverage']
setup(
name='arosics',
version='0.3.2',
version='0.3.3',
description="An Automated and Robust Open-Source Image Co-Registration Software for Multi-Sensor Satellite Data",
long_description=readme + '\n\n' + history,
author="Daniel Scheffler",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment