From f834e53c553f5c9ab620317174b42d64a84aaa6d Mon Sep 17 00:00:00 2001 From: Joel Bender Date: Tue, 20 Oct 2020 10:34:18 -0400 Subject: [PATCH] bump the version number --- py25/bacpypes/__init__.py | 2 +- py27/bacpypes/__init__.py | 2 +- py34/bacpypes/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/py25/bacpypes/__init__.py b/py25/bacpypes/__init__.py index 89dfbbeb..2090886f 100755 --- a/py25/bacpypes/__init__.py +++ b/py25/bacpypes/__init__.py @@ -18,7 +18,7 @@ # Project Metadata # -__version__ = '0.18.2' +__version__ = '0.18.3' __author__ = 'Joel Bender' __email__ = 'joel@carrickbender.com' diff --git a/py27/bacpypes/__init__.py b/py27/bacpypes/__init__.py index 89dfbbeb..2090886f 100755 --- a/py27/bacpypes/__init__.py +++ b/py27/bacpypes/__init__.py @@ -18,7 +18,7 @@ # Project Metadata # -__version__ = '0.18.2' +__version__ = '0.18.3' __author__ = 'Joel Bender' __email__ = 'joel@carrickbender.com' diff --git a/py34/bacpypes/__init__.py b/py34/bacpypes/__init__.py index 242126d9..f1acb644 100755 --- a/py34/bacpypes/__init__.py +++ b/py34/bacpypes/__init__.py @@ -18,7 +18,7 @@ # Project Metadata # -__version__ = '0.18.2' +__version__ = '0.18.3' __author__ = 'Joel Bender' __email__ = 'joel@carrickbender.com'