From 693a0ae2d3c11b4bcd1321f19940a020d55db13e Mon Sep 17 00:00:00 2001 From: Github Action Date: Sun, 4 Dec 2022 17:57:49 +0000 Subject: [PATCH] pre-bump --- src/vistir/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vistir/__init__.py b/src/vistir/__init__.py index 9d09aae..1ae096d 100644 --- a/src/vistir/__init__.py +++ b/src/vistir/__init__.py @@ -39,4 +39,4 @@ def __getattr__(name): DeprecationWarning) return getattr(importlib.import_module(__newpaths[name]), name) -__version__ = "0.7.5" +__version__ = "0.7.6.dev0"