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 5a9994e..48ee4f7 100755 --- a/gerbolyze/__init__.py +++ b/gerbolyze/__init__.py @@ -21,7 +21,7 @@ import click import gerbonara as gn -__version__ = '3.1.7' +__version__ = '3.1.8' @click.group() def cli(): diff --git a/svg-flatten/include/gerbolyze.hpp b/svg-flatten/include/gerbolyze.hpp index f91c966..a55eb25 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.7"; + constexpr char lib_version[] = "3.1.8"; typedef std::function<std::vector<d2p> *(double, double, double)> sampling_fun; |