We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c33342 commit 555ba80Copy full SHA for 555ba80
lazy_imports/__init__.py
@@ -20,6 +20,6 @@
20
21
# Versioning follows the Semantic Versioning Specification https://semver.org/ and
22
# PEP 440 -- Version Identification and Dependency Specification: https://www.python.org/dev/peps/pep-0440/ # noqa: E501
23
-__version__ = "0.4.0rc1"
+__version__ = "0.4.0"
24
25
__all__ = ["LazyImporter", "try_import", "__version__"]
0 commit comments