Skip to content

Commit

Permalink
Bumpversion v1.0.0 -> v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Nov 7, 2024
1 parent 15d98dd commit 69ccc89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "seaice_ecdr"
version = "1.0.0"
version = "1.0.1"

[tool.bumpversion]
current_version = "1.0.0"
current_version = "1.0.1"
commit = false
tag = false

Expand Down
2 changes: 1 addition & 1 deletion seaice_ecdr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from seaice_ecdr.constants import LOGS_DIR

__version__ = "v1.0.0"
__version__ = "v1.0.1"

# The standard loguru log levels, in increasing order of severity, are:
# TRACE, DEBUG, INFO, SUCCESS, WARNING, ERROR, CRITICAL
Expand Down

0 comments on commit 69ccc89

Please sign in to comment.