Skip to content

Commit 880f841

Browse files
committed
Bump version: 0.7.1 → 0.7.2
1 parent e684506 commit 880f841

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.7.1'
1+
__version__ = '0.7.2'

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.7.1'
25+
release = '0.7.2'
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.7.1
2+
current_version = 0.7.2
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.7.1',
11+
version='0.7.2',
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)