Skip to content

Commit

Permalink
LAST CHECK-IN BEFORE v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Jul 7, 2018
1 parent a17c336 commit abd1041
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
setup(
name='Stetl',
version=version,
description="Stetl provides transformation for spatial data",
description="Transformation and conversion framework (ETL) mainly for geospatial data",
license='GNU GPL v3',
keywords='etl xsl gdal gis vector feature data',
keywords='etl xsl gdal gis vector feature data gml xml',
author='Just van den Broecke',
author_email='justb4@gmail.com',
maintainer='Just van den Broecke',
Expand All @@ -56,7 +56,7 @@
tests_require=['nose'],
test_suite='nose.collector',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
Expand Down
2 changes: 1 addition & 1 deletion stetl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2-rc3"
__version__ = "1.2"

0 comments on commit abd1041

Please sign in to comment.