diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d9fb4e329..e305f2642 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.15 +current_version = 0.9.16 commit = True tag = True diff --git a/README.md b/README.md index 5d56d50db..6349f4cc7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GDSTK 0.9.15 +# GDSTK 0.9.16 [![Boost Software License - Version 1.0](https://img.shields.io/github/license/heitzmann/gdstk.svg)](https://www.boost.org/LICENSE_1_0.txt) [![Tests Runner](https://github.com/heitzmann/gdstk/workflows/Tests%20Runner/badge.svg)](https://github.com/heitzmann/gdstk/actions) diff --git a/src/gdstk.h b/src/gdstk.h index 2a11e5e04..2e4e3f692 100644 --- a/src/gdstk.h +++ b/src/gdstk.h @@ -11,7 +11,7 @@ LICENSE file or #define __STDC_FORMAT_MACROS #define _USE_MATH_DEFINES -#define GDSTK_VERSION "0.9.15" +#define GDSTK_VERSION "0.9.16" // If GDSTK_CUSTOM_ALLOCATOR is defined, the user must supply implementations // for the following dynamic memory management functions: