From f50c4f81729830dd339856b50486e1d021535378 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 5 Jul 2024 19:25:45 +0200 Subject: Bump version to v3.1.9 --- gerbolyze/__init__.py | 2 +- svg-flatten/include/gerbolyze.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gerbolyze/__init__.py b/gerbolyze/__init__.py index 40238ed..4bad8b8 100755 --- a/gerbolyze/__init__.py +++ b/gerbolyze/__init__.py @@ -21,7 +21,7 @@ import click import gerbonara as gn -__version__ = '3.1.8' +__version__ = '3.1.9' ET_NS= {'svg': 'http://www.w3.org/2000/svg', 'inkscape': 'http://www.inkscape.org/namespaces/inkscape'} diff --git a/svg-flatten/include/gerbolyze.hpp b/svg-flatten/include/gerbolyze.hpp index a55eb25..d3757d2 100644 --- a/svg-flatten/include/gerbolyze.hpp +++ b/svg-flatten/include/gerbolyze.hpp @@ -31,7 +31,7 @@ namespace gerbolyze { - constexpr char lib_version[] = "3.1.8"; + constexpr char lib_version[] = "3.1.9"; typedef std::function *(double, double, double)> sampling_fun; -- cgit