From b25a08c6d0e68b1ceb09334716c5c3970006c9fe Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Sun, 11 Aug 2024 17:28:14 +0200 Subject: [PATCH] v0.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c819309..38f45fc 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name="pyodr", - version="0.0.1", + version="0.0.2", author="Andreas Stefl", author_email="stefl.andreas@gmail.com", description="It's Android's first OpenOffice Document Reader for Python!",