From 949ee2dd54418c6f708ceb7d66fd6d4c140e02ad Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Fri, 11 Nov 2022 16:43:38 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.6=20=E2=86=92=200.9.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- src/gdstk.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 13eae0c09..dbd213a8f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.6 +current_version = 0.9.7 commit = True tag = True diff --git a/README.md b/README.md index 9af05d4a3..d1b9f0298 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GDSTK 0.9.6 +# GDSTK 0.9.7 [![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 816a74030..1be67ff57 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.6" +#define GDSTK_VERSION "0.9.7" // If GDSTK_CUSTOM_ALLOCATOR is defined, the user must supply implementations // for the following dynamic memory management functions: