Skip to content

Commit

Permalink
Include one more data class at top level. bump to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mskytt committed Dec 19, 2022
1 parent add8993 commit ccda157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name="tibber_aws",
packages=["tibber_aws"],
install_requires=requirements,
version="0.16.0",
version="0.16.1",
description="A python3 library to communicate with Aws",
python_requires=">=3.7.0",
author="Tibber",
Expand Down
2 changes: 1 addition & 1 deletion tibber_aws/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .s3 import STATE_NOT_EXISTING, STATE_OK, STATE_PRECONDITION_FAILED, S3Bucket, VersionedS3Bucket
from .secret_manager import get_secret, get_secret_parser
from .sns import Topic
from .aws_logs import Logs, CloudWatchLogEvent
from .aws_logs import Logs, CloudWatchLogEvent, CloudWatchFilteredLogEvent

0 comments on commit ccda157

Please sign in to comment.