From 5a23ba9d7ecf8bb98865a145b47cbb19d5980fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gasser?= Date: Fri, 24 Aug 2018 18:11:12 -0400 Subject: [PATCH] Bump to new version --- doc/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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',