Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DonFreed committed Sep 30, 2024
1 parent 77e4b87 commit ab45377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#https://stackoverflow.com/questions/75408641/whats-difference-between-tool-poetry-and-project-in-pyproject-toml
[tool.poetry]
name = "sentieon_cli"
version = "1.0.0"
version = "1.1.0"
description = "entry point for sentieon command-line tools"
authors = ["Don Freed <[email protected]>", "Brent <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion sentieon_cli/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from .logging import get_logger

__version__ = "1.0.0"
__version__ = "1.1.0"

logger = get_logger(__name__)

Expand Down

0 comments on commit ab45377

Please sign in to comment.