From 43a72bbe4d42664a7d4b46782fca1257941fefdb Mon Sep 17 00:00:00 2001 From: Paul Osborne Date: Thu, 20 Oct 2016 12:45:50 -0500 Subject: [PATCH] release: bump version to 0.10.2 This is the second attempt at fixing the docs on pypi (success). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a5a8e7f..803958d 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def get_long_description(): setup( name='suitcase', - version='0.10.1', + version='0.10.2', url="https://github.com/digidotcom/python-suitcase", description='A library for specifying/parsing/packing binary protocols', long_description=get_long_description(),