We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868f9bd commit 2fb7710Copy full SHA for 2fb7710
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.2
+current_version = 0.1.3
3
commit = true
4
tag = true
5
tag_name = {new_version}
@@ -16,4 +16,3 @@ python-tag = py3
16
max-line-length = 99
17
18
[bumpversion:file:setup.py]
19
-
setup.py
@@ -26,7 +26,7 @@
26
27
setup(
28
name="django-iam-dbauth",
29
- version="0.1.2",
+ version="0.1.3",
30
description="Django database backends to use AWS Database IAM Authentication",
31
long_description=long_description,
32
long_description_content_type="text/markdown",
0 commit comments