From fb86f2b47535476c732a5f2c47fc649c2393d935 Mon Sep 17 00:00:00 2001 From: loicgasser Date: Fri, 18 Nov 2016 15:32:04 +0100 Subject: [PATCH] Bump to 0.3alpha --- 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 557de9b..60d83ec 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.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. diff --git a/setup.py b/setup.py index 6501482..8a9167c 100644 --- a/setup.py +++ b/setup.py @@ -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',