diff --git a/README.md b/README.md index 3f436f3..8d37f61 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ Simple Tools that creates external and internal offsets for shapes. Supports DXF This project is in early alpha and was created as side-project for hobby. -![](imgs/outlines.svg) +![Generated outlines Sample as SVG file](https://gist.githubusercontent.com/AndreyZarembo/ff74e14fa055ce41440176f0b22c0562/raw/965e9639e099d18c8249dd02d0a7bbac7184cc69/output.svg) Installing ---------- -Install and update using `pip`_: +Install and update using `pip`: ``` diff --git a/pyproject.toml b/pyproject.toml index 727bf83..d8cf292 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "laser_offset" -version = "0.5.0" +version = "0.7.0" authors = [ { name="Andrey Zarembo-Godzyatskiy", email="andrey.zarembo@gmail.com" }, ]