Bump to 0.0.4

This commit is contained in:
Luiz Lima
2020-06-13 15:27:39 -03:00
parent 889258a8fe
commit 91eca22bb7
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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",