Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dunnkers committed Aug 2, 2022
1 parent 2178b50 commit 0ca4c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
LONG_DESC = fh.read()
setup(
name="eml-to-html",
version="0.0.1",
version="0.0.2",
py_modules=["eml_to_html"],
scripts=["eml_to_html.py"],
entry_points={"console_scripts": ["eml-to-html = eml_to_html:main"]},
Expand Down

0 comments on commit 0ca4c63

Please sign in to comment.