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',