From 046e8d939448cb122750a2b8eb4e0e7a93f3594a Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Mon, 30 Dec 2019 13:53:49 -0800 Subject: [PATCH] Bump to version 0.0.4. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4b8fb87..75b40e9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools setuptools.setup( name='epubfile', py_modules=['epubfile'], - version='0.0.3', + version='0.0.4', author='voussoir', author_email='ethan@voussoir.net', description='simple epub file reading and writing',