Skip to content

Commit

Permalink
Bump version to v1.0.1 + Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpark1217 committed Apr 8, 2021
1 parent 74ed3fa commit 32a4217
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## v1.0.1
- Update README.md to utilize `pip install rh_1099`
- Update setup.py to bump Python version requirement to `>= 3.8`

## v1.0.0
- Initial release
2 changes: 1 addition & 1 deletion rh_1099/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'rh_1099'
__description__ = 'Parses Robinhood 1099 tax document from PDF into CSV format'
__url__ = 'https://github.com/kevinpark1217/Robinhood-1099-Parser'
__version__ = '1.0.0'
__version__ = '1.0.1'
__author__ = 'Keun Tae (Kevin) Park'
__author_email__ = '[email protected]'
__keywords__ = 'pdf, csv, parsing, excel, spreadsheet, tax, robinhood, 1099'
Expand Down

0 comments on commit 32a4217

Please sign in to comment.