aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--rastercarve/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 80e80cb..40fae72 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ Defaults are usually safe to leave unchanged.
### Examples
```
-python src/rastercarve.py --width 10 examples/test.png > out.nc
+rastercarve --width 10 examples/test.png > out.nc
```
Generate G-code to engrave `examples/test.png` into an image 10 inches
diff --git a/rastercarve/__init__.py b/rastercarve/__init__.py
index 0818ec1..1d003b0 100644
--- a/rastercarve/__init__.py
+++ b/rastercarve/__init__.py
@@ -13,4 +13,4 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
-__version__ = '1.0.1'
+__version__ = '1.0.2'