Skip to content
GitLab
Menu
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
53ff185b
Commit
53ff185b
authored
Sep 20, 2017
by
Daniel Scheffler
Browse files
Updated version info.
parent
c6a30b1e
Pipeline
#1192
passed with stages
in 8 minutes and 49 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
py_tools_ds/__init__.py
View file @
53ff185b
# -*- coding: utf-8 -*-
from
__future__
import
(
division
,
print_function
,
absolute_import
,
unicode_literals
)
__version__
=
'0.7.
2
'
__versionalias__
=
'201709
19
_01'
__version__
=
'0.7.
3
'
__versionalias__
=
'201709
20
_01'
__author__
=
'Daniel Scheffler'
# Validate GDAL version
...
...
setup.py
View file @
53ff185b
...
...
@@ -17,7 +17,7 @@ test_requirements = requirements + ["coverage", "nose", "nose2", "nose-htmloutpu
setup
(
name
=
'py_tools_ds'
,
version
=
'0.7.
2
'
,
version
=
'0.7.
3
'
,
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
.
Attach a 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