Skip to content

Commit

Permalink
Update to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bourque committed Feb 2, 2024
1 parent 928fbd5 commit cad19ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imap_processing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
There are utilities to read and write IMAP data files in
the CDF file format, and to interact with the SPICE toolkit.
"""
__version__ = "0.1.0"
__version__ = "0.2.0"

# When imap_processing is installed using pip, we need to be able to find the
# packet definitions directory path.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "imap-processing"
version = "0.1.0"
version = "0.2.0"
description = "IMAP Science Operations Center Processing"
authors = ["IMAP SDC Developers <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit cad19ab

Please sign in to comment.