We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d9c75 commit b20a663Copy full SHA for b20a663
aws_log_parser/__init__.py
@@ -1,2 +1,2 @@
1
from .interface import AwsLogParser # noqa: F401
2
-from .models import LogType # noqa: F401
+from .models import LogType, LogFormat # noqa: F401
setup.py
@@ -19,7 +19,7 @@ def get_requirements(requirements):
19
20
setup(
21
name="aws-log-parser",
22
- version="2.2.1",
+ version="2.2.2",
23
description="Parse AWS CloudFront and LoadBalancer logs into Python dataclasses",
24
long_description=(pathlib.Path(__file__).parent / "README.md").read_text(),
25
long_description_content_type="text/markdown",
0 commit comments