From 0655a83af932c72c6262047d0f2b12bb914354f2 Mon Sep 17 00:00:00 2001 From: Giacomo Tanganelli Date: Wed, 1 Mar 2017 12:30:00 +0100 Subject: [PATCH] release 4.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2091302..6c31ae8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='CoAPthon', - version='4.0.1', + version='4.0.2', packages=['coapthon', 'coapthon.caching', 'coapthon.layers', 'coapthon.client', 'coapthon.server', 'coapthon.messages', 'coapthon.forward_proxy', 'coapthon.resources', 'coapthon.reverse_proxy'], url='https://github.com/Tanganelli/CoAPthon',