Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets committed Oct 12, 2021
1 parent 6e99a9c commit 51cdfff
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.1.0
current_version = 0.2.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.1.0"
version: "0.2.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 @@ -72,7 +72,7 @@ def setup(app):
author = u'Nicolas Renaud'

# The short X.Y version.
version = release = '0.1.0'
version = release = '0.2.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 @@ -12,7 +12,7 @@

__author__ = 'Nicolas Renaud'
__email__ = '[email protected]'
__version__ = '0.1.0'
__version__ = '0.2.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.1.0
version = 0.2.0
[options]
zip_safe = False
Expand Down

0 comments on commit 51cdfff

Please sign in to comment.