diff --git a/cjio/__init__.py b/cjio/__init__.py index 85f0bcd..78bbd49 100644 --- a/cjio/__init__.py +++ b/cjio/__init__.py @@ -1 +1 @@ -__version__ = '0.8.1' \ No newline at end of file +__version__ = '0.8.2' \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 4e68141..4bf6971 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.8.1' +release = '0.8.2' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 5b0c6c3..c64ff99 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.1 +current_version = 0.8.2 commit = True tag = True diff --git a/setup.py b/setup.py index e3a38fe..458333a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='cjio', - version='0.8.1', + version='0.8.2', description='CLI to process and manipulate CityJSON files', long_description=long_description, long_description_content_type="text/x-rst",