From 18a9d05240fa538c06e8e6f0e1a58f464c38dca2 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 28 May 2024 00:00:16 -0500 Subject: [PATCH] release v0.7.0 (#251) --- src/pydistcheck/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pydistcheck/__init__.py b/src/pydistcheck/__init__.py index 13774e4..c9dbea2 100644 --- a/src/pydistcheck/__init__.py +++ b/src/pydistcheck/__init__.py @@ -1,4 +1,4 @@ # no one should be importing from this package __all__ = [] # type: ignore[var-annotated] -__version__ = "0.6.0.99" +__version__ = "0.7.0"