diff --git a/cjio/__init__.py b/cjio/__init__.py index 0ffab71..6fb2e71 100644 --- a/cjio/__init__.py +++ b/cjio/__init__.py @@ -1 +1 @@ -__version__ = '0.7.3' \ No newline at end of file +__version__ = '0.7.4' \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 5e7cda4..8f53240 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.3' +release = '0.7.4' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index f158124..3e8e4c8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.3 +current_version = 0.7.4 commit = True tag = True diff --git a/setup.py b/setup.py index 628f992..776a974 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='cjio', - version='0.7.3', + version='0.7.4', description='CLI to process and manipulate CityJSON files', long_description=long_description, long_description_content_type="text/x-rst",