Skip to content

Commit 2fb7710

Browse files
committed
Bump version: 0.1.2 → 0.1.3
1 parent 868f9bd commit 2fb7710

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.2
2+
current_version = 0.1.3
33
commit = true
44
tag = true
55
tag_name = {new_version}
@@ -16,4 +16,3 @@ python-tag = py3
1616
max-line-length = 99
1717

1818
[bumpversion:file:setup.py]
19-

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name="django-iam-dbauth",
29-
version="0.1.2",
29+
version="0.1.3",
3030
description="Django database backends to use AWS Database IAM Authentication",
3131
long_description=long_description,
3232
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)