diff --git a/.bumpversion.cfg b/.bumpversion.cfg index eb0fb947..a699bfa3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.1.2 commit = True tag = True allow_dirty = True diff --git a/configure.ac b/configure.ac index c1c0d5a1..5c3820d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -m4_define([LIBPOSTAL_VERSION], [1.1.1]) +m4_define([LIBPOSTAL_VERSION], [1.1.2]) AC_INIT([libpostal], LIBPOSTAL_VERSION)