Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
e649816c
Commit
e649816c
authored
Sep 11, 2017
by
Daniel Scheffler
Committed by
Daniel Scheffler
Sep 11, 2017
Browse files
Updated version info.
parent
f6a1121a
Pipeline
#1096
passed with stages
in 59 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
e649816c
...
...
@@ -60,7 +60,6 @@ Using conda_, the recommended approach is:
pip install py_tools_ds
Before running py_tools_ds, make sure your GDAL_DATA environment variable is set!
Credits
-------
...
...
py_tools_ds/__init__.py
View file @
e649816c
...
...
@@ -8,8 +8,8 @@ from . import numeric
from
.
import
similarity
from
.
import
web
__version__
=
'0.
5
.0'
__versionalias__
=
'20170911_0
3
'
__version__
=
'0.
6
.0'
__versionalias__
=
'20170911_0
4
'
__author__
=
'Daniel Scheffler'
# Validate GDAL version
...
...
setup.py
View file @
e649816c
...
...
@@ -17,7 +17,7 @@ test_requirements = requirements + ['coverage']
setup
(
name
=
'py_tools_ds'
,
version
=
'0.
5
.0'
,
version
=
'0.
6
.0'
,
description
=
"A collection of Python tools by Daniel Scheffler."
,
long_description
=
readme
+
'
\n\n
'
+
history
,
author
=
"Daniel Scheffler"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment