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
cwmeijer committed Feb 4, 2025
1 parent 2e01ef5 commit b88769e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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:
affiliation: Netherlands eScience Center
orcid: 'https://orcid.org/0000-0002-5373-5209'
date-released: 2024-10-08
version: "0.1.2"
version: "0.2.0"
repository-code: "https://github.com/DroneML/segmentmytif"
keywords:
- "Segmentation"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# built documents.
#
# The short X.Y version.
version = "0.1.2"
version = "0.2.0"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ license = {file = "LICENSE"}
name = "segmentmytif"
readme = {file = "README.md", content-type = "text/markdown"}
requires-python = ">=3.8"
version = "0.1.2"
version = "0.2.0"

[project.optional-dependencies]
train = [
Expand Down Expand Up @@ -144,7 +144,7 @@ force-single-line = true
no-lines-before = ["future","standard-library","third-party","first-party","local-folder"]

[tool.bumpversion]
current_version = "0.1.2"
current_version = "0.2.0"

[[tool.bumpversion.files]]
filename = "src/segmentmytif/__init__.py"
Expand Down
2 changes: 1 addition & 1 deletion src/segmentmytif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = "Christiaan Meijer"
__email__ = "[email protected]"
__version__ = "0.1.2"
__version__ = "0.2.0"

0 comments on commit b88769e

Please sign in to comment.