Skip to content

Commit aebdbb3

Browse files
committed
Bump version: 0.7.3 → 0.7.4
1 parent 130cc64 commit aebdbb3

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.3'
1+
__version__ = '0.7.4'

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