From ea3f40b67c8bf42d4a67e26181b0eba116376922 Mon Sep 17 00:00:00 2001 From: Joel Bender Date: Wed, 16 Dec 2015 15:37:08 -0500 Subject: [PATCH] bump the version, PyPI is complaining --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 29ae84e..eac6832 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ test_requirements = [ setup( name="bacpypes", - version="0.13.5", + version="0.13.6", description="Testing multiple versions of python", long_description="This is a long line of text", author="Joel Bender",