Skip to content

Commit

Permalink
Bump version: 0.7.5 → 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Sep 12, 2022
1 parent 095ce11 commit fba293f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cjio/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.5'
__version__ = '0.7.6'
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Hugo Ledoux, Balázs Dukai'

# The full version, including alpha/beta/rc tags
release = '0.7.5'
release = '0.7.6'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.5
current_version = 0.7.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='cjio',
version='0.7.5',
version='0.7.6',
description='CLI to process and manipulate CityJSON files',
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit fba293f

Please sign in to comment.