From caef1dddb3bd2cb43c8bcc81dbb83b4f359e7b18 Mon Sep 17 00:00:00 2001 From: bain3 <31798786+bain3@users.noreply.github.com> Date: Tue, 18 Feb 2020 19:52:56 +0100 Subject: [PATCH] v0.5 bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2cf7e80..20e3314 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setuptools.setup(name='pronotepy', - version='0.4', + version='0.5', description='A wrapper for the pronote "API"', url='http://www.github.com/bain3/pronotepy', author='bain',