Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/lightkurve/lkprf
Browse files Browse the repository at this point in the history
  • Loading branch information
Nschanche committed Sep 24, 2024
2 parents 3e3e022 + 3d8fe6b commit 53697a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.1.0dev (2024-09-18)
1.1.0 (2024-09-24)
=====================

- Added the option to use the initial TESS commissioning PRF files [#9]
Expand Down
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 = "1.1.0dev"
version = "1.1.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/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# It is important to store the version number in a separate file
# so that we can read it without importing the package
__version__ = "1.1.0dev"
__version__ = "1.1.0"

0 comments on commit 53697a8

Please sign in to comment.