We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11446bf commit 4c030d8Copy full SHA for 4c030d8
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.2
+current_version = 1.1.3
3
commit = True
4
tag = True
5
allow_dirty = True
configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-m4_define([LIBPOSTAL_VERSION], [1.1.2])
+m4_define([LIBPOSTAL_VERSION], [1.1.3])
6
AC_INIT([libpostal], LIBPOSTAL_VERSION)
7
0 commit comments