From 8b7027a7a3b430b03934c291ae16917e2870349e Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Wed, 12 Aug 2020 11:42:19 -0700 Subject: [PATCH] Bump to version 0.0.7. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e12e93f..3cde962 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools setuptools.setup( name='epubfile', py_modules=['epubfile'], - version='0.0.6', + version='0.0.7', author='voussoir', author_email='pypi@voussoir.net', description='simple epub file reading and writing',