From d9470e918b6f96af3ab8d0baddf530eb701a52a2 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 12 Apr 2023 11:22:10 -0400 Subject: [PATCH] chore: bump version --- src/check_sdist/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/check_sdist/__init__.py b/src/check_sdist/__init__.py index 36a00c1..1b718b0 100644 --- a/src/check_sdist/__init__.py +++ b/src/check_sdist/__init__.py @@ -7,6 +7,6 @@ from __future__ import annotations -__version__ = "0.1.0" +__version__ = "0.1.1" __all__ = ["__version__"]