From 06f2dae57ee32922d9659bfb43bc26082dd37ff9 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Mon, 8 Nov 2021 23:39:06 -0800 Subject: [PATCH] Bump to version 0.0.8. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3cde962..7699b43 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools setuptools.setup( name='epubfile', py_modules=['epubfile'], - version='0.0.7', + version='0.0.8', author='voussoir', author_email='pypi@voussoir.net', description='simple epub file reading and writing',