From 472b8b327fcdd5a4abde45bfb16db21ccc94a560 Mon Sep 17 00:00:00 2001 From: Brendt Wohlberg Date: Fri, 25 Oct 2024 10:52:51 -0600 Subject: [PATCH] Set up for version 0.0.7 development (#566) --- CHANGES.rst | 7 +++++++ scico/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 888eb3ff..c297f8bc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,13 @@ SCICO Release Notes =================== +Version 0.0.7 (unreleased) +---------------------------- + +• No changes yet. + + + Version 0.0.6 (2024-10-25) ---------------------------- diff --git a/scico/__init__.py b/scico/__init__.py index da718f8d..d71ac2a7 100644 --- a/scico/__init__.py +++ b/scico/__init__.py @@ -8,7 +8,7 @@ solving the inverse problems that arise in scientific imaging applications. """ -__version__ = "0.0.6" +__version__ = "0.0.7.dev0" import logging import sys