Bump to 0.0.4
This commit is contained in:
@ -34,6 +34,7 @@ This is how the file looks like when imported on a laser fabrication software:
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
- 0.0.4: specify Python 3.6+ as required version;
|
||||||
- 0.0.3: print generated file abspath;
|
- 0.0.3: print generated file abspath;
|
||||||
- 0.0.2: 'dxf-ruler-generator' works on CLI;
|
- 0.0.2: 'dxf-ruler-generator' works on CLI;
|
||||||
- 0.0.1: Initial release;
|
- 0.0.1: Initial release;
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="dxf-ruler-generator",
|
name="dxf-ruler-generator",
|
||||||
version="0.0.3",
|
version="0.0.4",
|
||||||
author="Luiz Lima",
|
author="Luiz Lima",
|
||||||
author_email="umluizlima@gmail.com",
|
author_email="umluizlima@gmail.com",
|
||||||
license="MIT License",
|
license="MIT License",
|
||||||
|
|||||||
Reference in New Issue
Block a user