From c672f9372dd945123dd55b8e25f4c0f66fa89b12 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Wed, 6 Dec 2017 17:39:11 -0500 Subject: [PATCH] REL: v1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c7e362..7511785 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def install_requires(): setup( name='python-interface', - version='1.3.0', + version='1.4.0', description="Pythonic Interface definitions", author="Scott Sanderson", author_email="scott.b.sanderson90@gmail.com",