Skip to content

Commit f77693c

Browse files
committed
updating to imap-data-access == v0.42.0
1 parent 6ee7ecc commit f77693c

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

imap_processing/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These version placeholders will be replaced later during substitution.
2-
__version__ = "1.0.34.post5.dev0+abedb33d"
3-
__version_tuple__ = (1, 0, 34, "post5", "dev0", "abedb33d")
2+
__version__ = "0.0.0"
3+
__version_tuple__ = (0, 0, 0)

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
dependencies = [
3434
"astropy-healpix>=1.0",
3535
"cdflib>=1.3.11",
36-
"imap-data-access>=0.42.0.dev0",
36+
"imap-data-access>=0.42.0",
3737
"space_packet_parser>=6.0.0",
3838
"spiceypy>=6.0.0",
3939
"xarray>=2024.10.0,<2026",

0 commit comments

Comments
 (0)