From f4241bc38b50381fadfcf4325c4ac53a66ce6fe9 Mon Sep 17 00:00:00 2001 From: Arjun Desai Date: Thu, 3 Aug 2023 15:45:09 -0500 Subject: [PATCH] [bumpversion] v0.0.9 --- meddlr/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meddlr/__init__.py b/meddlr/__init__.py index cd23d650..52edf703 100644 --- a/meddlr/__init__.py +++ b/meddlr/__init__.py @@ -6,4 +6,4 @@ # This line will be programatically read/write by setup.py. # Leave them at the bottom of this file and don't touch them. -__version__ = "0.0.8" +__version__ = "0.0.9"