Skip to content

Commit

Permalink
0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jun 6, 2015
1 parent 8667d94 commit fe80608
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
@@ -0,0 +1,4 @@
Version 0.1 [2015-06-07]
------------------------

- google backend
2 changes: 1 addition & 1 deletion geojson_elevation/version.py
@@ -1,4 +1,4 @@
VERSION = (0, 1, 0, 'alpha')
VERSION = (0, 1, 0, 'final')
__version__ = VERSION


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@ def get_install_requires():
author_email='ninux-dev@ml.ninux.org',
license='MIT',
url='https://github.com/ninuxorg/python-geojson-elevation',
packages=find_packages(exclude=['tests', 'tests.*', 'docs', 'docs.*']),
packages=find_packages(exclude=['tests', 'tests.*']),
zip_safe=False,
classifiers=[
'Development Status :: 1 - Planning',
Expand Down

0 comments on commit fe80608

Please sign in to comment.