From 711493a9a8055ac55191943865a3427065c8f4a4 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Mon, 20 Jan 2020 17:57:58 -0800 Subject: [PATCH] Bump to version 0.0.5. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7d5381..d44e8d7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools setuptools.setup( name='epubfile', py_modules=['epubfile'], - version='0.0.4', + version='0.0.5', author='voussoir', author_email='pypi@voussoir.net', description='simple epub file reading and writing',