Skip to content

Commit 555ba80

Browse files
committed
release 0.4.0
1 parent 4c33342 commit 555ba80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lazy_imports/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020

2121
# Versioning follows the Semantic Versioning Specification https://semver.org/ and
2222
# PEP 440 -- Version Identification and Dependency Specification: https://www.python.org/dev/peps/pep-0440/ # noqa: E501
23-
__version__ = "0.4.0rc1"
23+
__version__ = "0.4.0"
2424

2525
__all__ = ["LazyImporter", "try_import", "__version__"]

0 commit comments

Comments
 (0)