From fe62fced4450b44d02674d25762a3baa31e2c959 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 6 Oct 2024 15:00:00 -0500 Subject: [PATCH] Fix version number in __init__.py comment --- src/propcache/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/propcache/__init__.py b/src/propcache/__init__.py index 726684a..4aefb4c 100644 --- a/src/propcache/__init__.py +++ b/src/propcache/__init__.py @@ -4,7 +4,7 @@ __version__ = "0.2.0.dev0" -# Imports have moved to `propcache.api` in 1.0.0+. +# Imports have moved to `propcache.api` in 0.2.0+. # This module is now a facade for the API. if TYPE_CHECKING: from .api import cached_property, under_cached_property