Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 4d3644b

Browse files
author
bweigel
committed
Bump version: 0.4.3 → 0.4.4
1 parent bec072a commit 4d3644b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws_dataclasses/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
python-aws-dataclasses
33
"""
44

5-
__version__="0.4.3"
5+
__version__="0.4.4"
66

77
from aws_dataclasses.sns_event import SnsEvent
88
from aws_dataclasses.alexa_skill_event import AlexaSkillEvent

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.3
2+
current_version = 0.4.4
33
commit = true
44
tag = true
55
tag_name = {new_version}

0 commit comments

Comments
 (0)