Skip to content

Commit

Permalink
Bump version: 0.6.10 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Dec 1, 2021
1 parent 0d2438d commit a1a6507
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cjio/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.10'
__version__ = '0.7.0'
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.6.10'
release = '0.7.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.10
current_version = 0.7.0
commit = True
tag = True

Expand All @@ -12,7 +12,7 @@ license_file = LICENSE
[tool:pytest]
log_cli = true
collect_ignore = ['setup.py']
markers =
markers =
balazs: tests that run against Balázs' local data
[bumpversion:file:setup.py]
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.6.10',
version='0.7.0',
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 a1a6507

Please sign in to comment.