From cc9a2188b6e6f39a1c171da98e298ab3e86a5afb Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Fri, 22 Nov 2019 12:37:45 -0500 Subject: [PATCH] REL: Version 1.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 55cc70e..d47dddc 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def install_requires(): setup( name='python-interface', - version='1.5.1', + version='1.5.2', description="Pythonic Interface definitions", author="Scott Sanderson", author_email="scott.b.sanderson90@gmail.com",