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
936794b8
Commit
936794b8
authored
Nov 20, 2017
by
Daniel Scheffler
Browse files
Updated version info.
parent
fdabfac8
Pipeline
#1562
passed with stages
in 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
py_tools_ds/__init__.py
View file @
936794b8
# -*- coding: utf-8 -*-
from
__future__
import
(
division
,
print_function
,
absolute_import
,
unicode_literals
)
__version__
=
'0.12.
1
'
__versionalias__
=
'201711
16
_0
2
'
__version__
=
'0.12.
2
'
__versionalias__
=
'201711
20
_0
1
'
__author__
=
'Daniel Scheffler'
# Validate GDAL version
...
...
setup.py
View file @
936794b8
...
...
@@ -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