Skip to content

Commit

Permalink
Bump to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
loicgasser committed Aug 24, 2018
1 parent 6eeb9cf commit 5a23ba9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.5'
version = u'0.6'
# The full version, including alpha/beta/rc tags.
release = u'0.5'
release = u'0.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
requires = ['shapely', 'numpy']

setup(name='quantized-mesh-tile',
version='0.5',
version='0.6',
description='Quantized-Mesh format reader and writer',
author=u'Loic Gasser',
author_email='[email protected]',
Expand Down

0 comments on commit 5a23ba9

Please sign in to comment.