From 4ce878d91595f8cd5fc0e5574e7bc224ec728a51 Mon Sep 17 00:00:00 2001 From: Joel Bender Date: Mon, 26 Jun 2017 14:09:20 -0400 Subject: [PATCH] bump the version for the next release --- 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 37011ff..e312a48 100755 --- a/py25/bacpypes/__init__.py +++ b/py25/bacpypes/__init__.py @@ -18,7 +18,7 @@ if _sys.platform not in _supported_platforms: # Project Metadata # -__version__ = '0.16.1' +__version__ = '0.16.2' __author__ = 'Joel Bender' __email__ = 'joel@carrickbender.com' diff --git a/py27/bacpypes/__init__.py b/py27/bacpypes/__init__.py index 37011ff..e312a48 100755 --- a/py27/bacpypes/__init__.py +++ b/py27/bacpypes/__init__.py @@ -18,7 +18,7 @@ if _sys.platform not in _supported_platforms: # Project Metadata # -__version__ = '0.16.1' +__version__ = '0.16.2' __author__ = 'Joel Bender' __email__ = 'joel@carrickbender.com' diff --git a/py34/bacpypes/__init__.py b/py34/bacpypes/__init__.py index bd7919d..bd97016 100755 --- a/py34/bacpypes/__init__.py +++ b/py34/bacpypes/__init__.py @@ -18,7 +18,7 @@ if _sys.platform not in _supported_platforms: # Project Metadata # -__version__ = '0.16.1' +__version__ = '0.16.2' __author__ = 'Joel Bender' __email__ = 'joel@carrickbender.com'