From de6cd96d755467957f10cdf5fd9fc1b6ecda0b4b Mon Sep 17 00:00:00 2001 From: Matthew Bourque Date: Fri, 2 Feb 2024 15:36:20 -0700 Subject: [PATCH] Update to version 0.2.0 --- imap_processing/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"