From e59c385c491b023ff2f9bbb150a995ebeb0c71c4 Mon Sep 17 00:00:00 2001 From: "Christian Tremblay, ing" Date: Thu, 25 Feb 2021 10:13:06 -0500 Subject: [PATCH] Bumping version --- BAC0/infos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BAC0/infos.py b/BAC0/infos.py index a1285fe4..a343715b 100644 --- a/BAC0/infos.py +++ b/BAC0/infos.py @@ -12,5 +12,5 @@ __email__ = "christian.tremblay@servisys.com" __url__ = "https://github.com/ChristianTremblay/BAC0" __download_url__ = "https://github.com/ChristianTremblay/BAC0/archive/master.zip" -__version__ = "21.02.11dev" +__version__ = "21.02.25" __license__ = "LGPLv3"