Skip to content

Commit

Permalink
Bump to 0.3alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
loicgasser committed Nov 18, 2016
1 parent 882b41f commit fb86f2b
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
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.2'
version = u'0.3'
# The full version, including alpha/beta/rc tags.
release = u'0.2alpha'
release = u'0.3alpha'

# 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
Expand Up @@ -12,7 +12,7 @@
requires = ['shapely', 'numpy']

setup(name='quantized-mesh-tile',
version='0.2alpha',
version='0.3alpha',
description='Quantized-Mesh format reader and writer',
author=u'Loic Gasser',
author_email='loicgasser4@gmail.com',
Expand Down

0 comments on commit fb86f2b

Please sign in to comment.