diff options
-rwxr-xr-x | gerbolyze/__init__.py | 2 | ||||
-rw-r--r-- | 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<std::vector<d2p> *(double, double, double)> sampling_fun; |