Skip to content

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets committed Oct 7, 2022
1 parent 6c4ba3c commit 020a696
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.9.0
current_version = 0.9.1

[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.9.0"
version: "0.9.1"
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'Stef Smeets'

# The short X.Y version.
version = release = '0.9.0'
version = release = '0.9.1'

# 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__ = 'Stef Smeets'
__email__ = 's.smeets@esciencecenter.nl'
__version__ = '0.9.0'
__version__ = '0.9.1'

__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.9.0
version = 0.9.1

[options]
zip_safe = False
Expand Down

0 comments on commit 020a696

Please sign in to comment.