Skip to content

Commit 154d9f9

Browse files
committed
Bump version: 0.8.0 → 0.8.1
1 parent e3d1457 commit 154d9f9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cjio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.8.0'
1+
__version__ = '0.8.1'

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Hugo Ledoux, Balázs Dukai'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.8.0'
25+
release = '0.8.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.0
2+
current_version = 0.8.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='cjio',
11-
version='0.8.0',
11+
version='0.8.1',
1212
description='CLI to process and manipulate CityJSON files',
1313
long_description=long_description,
1414
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)