From a1b3f8e380ba4d28e6d7a263a0676a66edf44f7d Mon Sep 17 00:00:00 2001 From: "Christian Tremblay, ing" Date: Thu, 20 Feb 2020 22:11:13 -0500 Subject: [PATCH] Preparing new release, bumping version --- BAC0/infos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BAC0/infos.py b/BAC0/infos.py index bad83a47..68a34576 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__ = "20.02.05dev1" +__version__ = "20.02.20" __license__ = "LGPLv3"