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
533db50b
Commit
533db50b
authored
Sep 13, 2017
by
Daniel Scheffler
Committed by
Daniel Scheffler
Sep 13, 2017
Browse files
Updated version info.
parent
b77c5080
Pipeline
#1139
passed with stages
in 7 minutes and 18 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
py_tools_ds/__init__.py
View file @
533db50b
...
...
@@ -8,8 +8,8 @@ from . import numeric
from
.
import
similarity
from
.
import
web
__version__
=
'0.7.
0
'
__versionalias__
=
'2017091
2
_01'
__version__
=
'0.7.
1
'
__versionalias__
=
'2017091
3
_01'
__author__
=
'Daniel Scheffler'
# Validate GDAL version
...
...
setup.py
View file @
533db50b
...
...
@@ -17,7 +17,7 @@ test_requirements = requirements + ["coverage", "nose", "nose2", "nose-htmloutpu
setup
(
name
=
'py_tools_ds'
,
version
=
'0.7.
0
'
,
version
=
'0.7.
1
'
,
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