Skip to content

Commit

Permalink
Merge pull request #87 from ANNUBS/bump2version_0.1.1
Browse files Browse the repository at this point in the history
release: bump patch version 0.1.1
  • Loading branch information
gcroci2 committed May 2, 2024
2 parents ab3f74e + 5c4d6c0 commit ecefec2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .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.1.1

[bumpversion:file:annubes/__init__.py]
search = __version__ = "{current_version}"
Expand All @@ -12,7 +12,3 @@ replace = version = "{new_version}"
[bumpversion:file:CITATION.cff]
search = version: "{current_version}"
replace = version: "{new_version}"

[bumpversion:file:docs/conf.py]
search = version = "{current_version}"
replace = version = "{new_version}"
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ authors:
orcid: "https://orcid.org/0000-0002-8096-4891"
date-released: "2024-05-01"
doi: 10.5281/zenodo.11098460
version: "0.1.0"
version: "0.1.1"
repository-code: "https://github.com/ANNUBS/annubes"
keywords:
- neuroscience
Expand Down
2 changes: 1 addition & 1 deletion annubes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = "Giulia Crocioni"
__email__ = "g.crocioni@esciencecenter.nl"
__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ license = { file = "LICENSE" }
name = "annubes"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.11"
version = "0.1.0"
version = "0.1.1"

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit ecefec2

Please sign in to comment.