From a542e9041d9f47362a4b454b2e80a26a6df69f16 Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Mon, 28 Nov 2022 09:47:33 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.6=20=E2=86=92=200.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cjio/__init__.py | 2 +- docs/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cjio/__init__.py b/cjio/__init__.py index 40b7b12..ccf9e62 100644 --- a/cjio/__init__.py +++ b/cjio/__init__.py @@ -1 +1 @@ -__version__ = '0.7.6' \ No newline at end of file +__version__ = '0.8.0' \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 78b9d0b..c4aecca 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Hugo Ledoux, Balázs Dukai' # The full version, including alpha/beta/rc tags -release = '0.7.6' +release = '0.8.0' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 9f4fd76..d25b280 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.6 +current_version = 0.8.0 commit = True tag = True diff --git a/setup.py b/setup.py index a1505d2..9afe68c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='cjio', - version='0.7.6', + version='0.8.0', description='CLI to process and manipulate CityJSON files', long_description=long_description, long_description_content_type="text/x-rst",