From 5bc269fd21ce0041fbf4499192364d64770e4c52 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 7 Mar 2020 16:40:12 -0800 Subject: [PATCH] Bump to version 0.0.6. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d44e8d7..e12e93f 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools setuptools.setup( name='epubfile', py_modules=['epubfile'], - version='0.0.5', + version='0.0.6', author='voussoir', author_email='pypi@voussoir.net', description='simple epub file reading and writing',