Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets committed Apr 29, 2022
1 parent 576f038 commit 8872665
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0
current_version = 0.8.0

[comment]
comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ authors:
family-names: "Corbijn van Willenswaard"
given-names: "Lars J."
orcid: "0000-0001-6554-1527"
version: "0.7.0"
version: "0.8.0"
repository-code: "https://github.com/hpgem/nanomesh"
identifiers:
keywords:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def setup(app):
author = u'Nicolas Renaud'

# The short X.Y version.
version = release = '0.7.0'
version = release = '0.8.0'

# The language for content autogenerated by Sphinx.
language = 'english'
Expand Down
2 changes: 1 addition & 1 deletion nanomesh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

__author__ = 'Nicolas Renaud'
__email__ = '[email protected]'
__version__ = '0.7.0'
__version__ = '0.8.0'

__all__ = [
'__author__',
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ name = nanomesh
project_urls =
Bug Tracker = https://github.com/hpgem/nanomesh/issues
url = https://github.com/hpgem/nanomesh
version = 0.7.0
version = 0.8.0

[options]
zip_safe = False
Expand Down

0 comments on commit 8872665

Please sign in to comment.