From 0075121607ed862fc1bb32384f8976502e8324c9 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Tue, 10 Sep 2019 15:25:27 -0700 Subject: [PATCH] Bump to version 0.0.3. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62606bb..4b8fb87 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools setuptools.setup( name='epubfile', py_modules=['epubfile'], - version='0.0.2', + version='0.0.3', author='voussoir', author_email='ethan@voussoir.net', description='simple epub file reading and writing',