Skip to content

Commit 4f80f4e

Browse files
author
Janos Tolgyesi
committed
Bump version: 0.1.0 → 0.1.1
1 parent eb4557d commit 4f80f4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dynamodb_mapping/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
__author__ = """Janos Tolgyesi"""
88
__email__ = "janos.tolgyesi@gmail.com"
9-
__version__ = "0.1.0"
9+
__version__ = "0.1.1"
1010
__all__ = ["DynamoDBMapping", "DynamoDBKeySimplified", "DynamoDBItemType"]

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.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
test_suite="tests",
4444
tests_require=test_requirements,
4545
url="https://github.com/mrtj/dynamodb_mapping",
46-
version="0.1.0",
46+
version="0.1.1",
4747
zip_safe=False,
4848
)

0 commit comments

Comments
 (0)