Skip to content

Commit

Permalink
Bump version to 0.4.0 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets authored Dec 7, 2021
1 parent 0757dd3 commit bb8e5cc
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.3.0
current_version = 0.4.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 @@ -14,7 +14,7 @@ authors:
family-names: Smeets
given-names: Stef
orcid: "0000-0002-5413-9038"
version: "0.3.0"
version: "0.4.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 @@ -71,7 +71,7 @@ def setup(app):
author = u'Nicolas Renaud'

# The short X.Y version.
version = release = '0.3.0'
version = release = '0.4.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 @@ -14,7 +14,7 @@

__author__ = 'Nicolas Renaud'
__email__ = '[email protected]'
__version__ = '0.3.0'
__version__ = '0.4.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 @@ -24,7 +24,7 @@ name = nanomesh
project_urls =
Bug Tracker = https://github.com/hpgem/nanomesh/issues
url = https://github.com/hpgem/nanomesh
version = 0.3.0
version = 0.4.0

[options]
zip_safe = False
Expand Down

0 comments on commit bb8e5cc

Please sign in to comment.