fix version number

This commit is contained in:
Andrew Cassidy 2021-04-13 14:17:04 -07:00
parent bb03fd03a3
commit 8c6b3353d2
2 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
All notable changes to this project will be documented in this file All notable changes to this project will be documented in this file
## 0.1.3 - 2021-04-13 ## 0.1.2 - 2021-04-13
### Added ### Added
- new `--verbose` command line option that prints the input and output path for each file - new `--verbose` command line option that prints the input and output path for each file
## 0.1.2 - 2021-04-12 ## 0.1.1 - 2021-04-12
### Added ### Added
- First stable release - First stable release

View File

@ -1 +1 @@
__version__ = '0.1.3' __version__ = '0.1.2'