We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c3160 commit ffafa3fCopy full SHA for ffafa3f
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.3
+current_version = 1.1.4
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.3])
+m4_define([LIBPOSTAL_VERSION], [1.1.4])
6
AC_INIT([libpostal], LIBPOSTAL_VERSION)
7
0 commit comments