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

Fix for missing logo in README.rst

updated __version__ and __versioninfo__
parent bb38fc10
Branches
Tags v0.9.24
No related merge requests found
Pipeline #
.. figure:: docs/figs/arosics_logo.png
.. figure:: docs/images/arosics_logo.png
:target: https://gitext.gfz-potsdam.de/danschef/arosics
An Automated and Robust Open-Source Image Co-Registration Software for Multi-Sensor Satellite Data
......
......@@ -4,8 +4,8 @@
__author__ = """Daniel Scheffler"""
__email__ = 'daniel.scheffler@gfz-potsdam.de'
__version__ = '0.4.2'
__versionalias__ = '2017-07-07_05'
__version__ = '0.4.3'
__versionalias__ = '2017-07-07_06'
from .CoReg import COREG
......
......@@ -24,7 +24,7 @@ test_requirements = ['coverage']
setup(
name='arosics',
version='0.4.2',
version='0.4.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