Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DonFreed committed May 2, 2024
1 parent 62cd5c2 commit 61afcff
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 = "0.1.0"
version = "0.2.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 @@ -16,7 +16,7 @@

from .logging import get_logger

__version__ = "0.1.0"
__version__ = "0.2.0"

logger = get_logger(__name__)

Expand Down

0 comments on commit 61afcff

Please sign in to comment.