Version update. Fixes #16

This commit is contained in:
Eddy Hintze 2020-01-27 18:55:45 -05:00
parent 678b1e27ac
commit d8dbc46129
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
# Change log
### 0.2.1
- Fixed include & exclude logic being switched in v0.2.0
### 0.2.0
- Added **Humble Trove** support _(`--trove` to also check/download trove content)_
- Now by default only new content is downloaded. Use `--update` to also check for updated content

View File

@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'