Skip to content

Commit

Permalink
bump my version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer committed Jan 13, 2025
1 parent 3f154ea commit 684f467
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 @@ -7,7 +7,7 @@ authors:
given-names: Christiaan
orcid: "https://orcid.org/0000-0000-0000-0000"
date-released: 2024-10-08
version: "0.1.0"
version: "0.1.1"
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.0"
version = "0.1.1"
# 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 @@ -39,7 +39,7 @@ license = {file = "LICENSE"}
name = "segmentmytif"
readme = {file = "README.md", content-type = "text/markdown"}
requires-python = ">=3.8"
version = "0.1.0"
version = "0.1.1"

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

[tool.bumpversion]
current_version = "0.1.0"
current_version = "0.1.1"

[[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.0"
__version__ = "0.1.1"

0 comments on commit 684f467

Please sign in to comment.