Skip to content

Commit 3516e26

Browse files
committed
Make aws_lambda/_version.py consistent with pyproject.toml.
1 parent cfa45f5 commit 3516e26

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

aws_lambda/_version.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""Version information."""
22

3+
# Information in this file is now superseded by the pyproject.toml file.
4+
35
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "1.0.2b1"
6+
__version__ = "2.0.0b1"

0 commit comments

Comments
 (0)