Skip to content

Commit b20a663

Browse files
committed
version
1 parent 25d9c75 commit b20a663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws_log_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from .interface import AwsLogParser # noqa: F401
2-
from .models import LogType # noqa: F401
2+
from .models import LogType, LogFormat # noqa: F401

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def get_requirements(requirements):
1919

2020
setup(
2121
name="aws-log-parser",
22-
version="2.2.1",
22+
version="2.2.2",
2323
description="Parse AWS CloudFront and LoadBalancer logs into Python dataclasses",
2424
long_description=(pathlib.Path(__file__).parent / "README.md").read_text(),
2525
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)