-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74ed3fa
commit 32a4217
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
|