From 073839454351f53b304dd7f0eeb0c09235ff4ad3 Mon Sep 17 00:00:00 2001 From: bain Date: Wed, 7 Oct 2020 18:30:00 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 665b2f6..4e1685f 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setuptools.setup(name='pronotepy', - version='1.1.5', + version='1.1.6', description='A wrapper for the pronote "API"', url='http://www.github.com/bain3/pronotepy', author='bain',