From dec537311658b072068777066b47411a7774626e Mon Sep 17 00:00:00 2001 From: DaanVervacke Date: Tue, 7 Dec 2021 15:12:10 +0100 Subject: [PATCH] Version bump --- setup.py | 2 +- toledo/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e087af0..60d6e8f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ # This call to setup() does all the work setuptools.setup( name="pyToledo", - version="2.0.0", + version="2.0.1", description="pyToledo is a Python library to interact with the common virtual learning environment for the Association KU Leuven a.k.a Toledo.", long_description=README, long_description_content_type="text/markdown", diff --git a/toledo/__init__.py b/toledo/__init__.py index c13030a..c2667c3 100644 --- a/toledo/__init__.py +++ b/toledo/__init__.py @@ -1,4 +1,4 @@ # __init__.py # Version of the toledo package -__version__ = "2.0.0" +__version__ = "2.0.1"