Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
christinahedges committed Jul 11, 2024
1 parent 7fb286c commit c4c7198
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lkprf"
version = "0.1.0"
version = "1.0.0"
description = ""
authors = ["TESS Science Support Center <[email protected]>, Christina Hedges <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/lkprf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

PACKAGEDIR = os.path.abspath(os.path.dirname(__file__))

version = "0.1.0"
version = "1.0.0"
logger = logging.getLogger("lkprf")

from .data import * # noqa
Expand Down

0 comments on commit c4c7198

Please sign in to comment.