From cbffda3c7be5ad4ea2dff287697c4d3c04d99256 Mon Sep 17 00:00:00 2001 From: Christian Tremblay Date: Tue, 24 Jan 2017 21:17:10 -0500 Subject: [PATCH] Changing version number for release This version works with bacpypes 0.15 Signed-off-by: Christian Tremblay --- BAC0/infos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BAC0/infos.py b/BAC0/infos.py index 757e563e..34b90d89 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__ = '0.99.81' +__version__ = '0.99.82' __license__ = 'LGPLv3' \ No newline at end of file