Skip to content

Commit 3a1b52e

Browse files
committed
release
1 parent 8bebdb1 commit 3a1b52e

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
@@ -22,7 +22,7 @@
2222

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

2727
__all__ = [
2828
# .lazy_module

0 commit comments

Comments
 (0)