From 93da3838881298cd10a8f2df80b100306416a17f Mon Sep 17 00:00:00 2001 From: loicgasser Date: Tue, 3 Sep 2019 10:01:15 -0400 Subject: [PATCH] Bump to 0.6.1 --- 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 0570dcf..9d6ed38 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -71,9 +71,9 @@ # built documents. # # The short X.Y version. -version = u'0.6' +version = u'0.6.1' # The full version, including alpha/beta/rc tags. -release = u'0.6' +release = u'0.6.1' # 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 d9765f3..3fd6a56 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = ['future', 'numpy', 'shapely'] setup(name='quantized-mesh-tile', - version='0.6', + version='0.6.1', description='Quantized-Mesh format reader and writer', author=u'Loic Gasser', author_email='loicgasser4@gmail.com',