diff --git a/imap_processing/__init__.py b/imap_processing/__init__.py index 825ad151f..16334d0dc 100644 --- a/imap_processing/__init__.py +++ b/imap_processing/__init__.py @@ -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. diff --git a/pyproject.toml b/pyproject.toml index f0a7a9103..d92d9fdc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"