From d2017ed475820b07b26cbb60c3f1329a68d1f268 Mon Sep 17 00:00:00 2001 From: Duncan Blythe Date: Sat, 2 Nov 2024 18:51:28 +0100 Subject: [PATCH] Set new dev version --- VERSION | 2 +- superduper/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 2b7c5ae01..8ff5d387d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.2 +0.5.0.dev diff --git a/superduper/__init__.py b/superduper/__init__.py index c23b582d7..2792a9031 100644 --- a/superduper/__init__.py +++ b/superduper/__init__.py @@ -9,7 +9,7 @@ logging = logger.Logging -__version__ = '0.4.2' +__version__ = '0.5.0.dev' from .base.decorators import code