diff --git a/doc/source/conf.py b/doc/source/conf.py index e9d158a..7bc81ed 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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. diff --git a/setup.py b/setup.py index 85df2e4..588589c 100644 --- a/setup.py +++ b/setup.py @@ -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='loicgasser4@gmail.com',