From daee55cf892bd9e30fb923ec497aac32b83d866e Mon Sep 17 00:00:00 2001 From: Clark DuVall Date: Mon, 11 Apr 2016 18:42:42 -0700 Subject: [PATCH] update version to 0.1.1 --- serpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serpy/__init__.py b/serpy/__init__.py index 0b368d3..f26599a 100644 --- a/serpy/__init__.py +++ b/serpy/__init__.py @@ -2,7 +2,7 @@ Field, BoolField, IntField, FloatField, MethodField, StrField) from serpy.serializer import Serializer, DictSerializer -__version__ = '0.1.0' +__version__ = '0.1.1' __author__ = 'Clark DuVall' __license__ = 'MIT'