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
2a804dff
Commit
2a804dff
authored
Nov 18, 2017
by
Daniel Scheffler
Browse files
Updated version info.
parent
823cf0bc
Pipeline
#1550
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
py_tools_ds/__init__.py
View file @
2a804dff
# -*- coding: utf-8 -*-
from
__future__
import
(
division
,
print_function
,
absolute_import
,
unicode_literals
)
__version__
=
'0.12.
1
'
__versionalias__
=
'2017111
6
_0
2
'
__version__
=
'0.12.
2
'
__versionalias__
=
'2017111
8
_0
1
'
__author__
=
'Daniel Scheffler'
# Validate GDAL version
...
...
setup.py
View file @
2a804dff
...
...
@@ -18,7 +18,7 @@ test_requirements = requirements + ["coverage", "nose", "nose2", "nose-htmloutpu
setup
(
name
=
'py_tools_ds'
,
version
=
'0.12.
1
'
,
version
=
'0.12.
2
'
,
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