Skip to content

Commit

Permalink
Fix version number in __init__.py comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 6, 2024
1 parent a68b078 commit fe62fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/propcache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe62fce

Please sign in to comment.