Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tess-ephem"
version = "0.6.2"
version = "0.6.3"
description = "Where are Solar System objects located in TESS FFI data?"
license = "MIT"
authors = ["Geert Barentsen <[email protected]>",
Expand All @@ -24,7 +24,7 @@ astroquery = "^0.4.9"
numpy = "^1.23.0"
pandas = "^2.0"
astropy = "^5.2.0"
tesswcs = "^1.6.1"
tesswcs = "^1.7.0"

[tool.poetry.group.dev]
optional = true
Expand Down
2 changes: 1 addition & 1 deletion src/tess_ephem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

from .ephem import TessEphem, ephem # noqa: E402

__version__ = "0.6.2"
__version__ = "0.6.3"
__all__ = ["ephem", "TessEphem"]