From 0fc3b62e4f2348af9e253fc9dd5174815f2b4e8e Mon Sep 17 00:00:00 2001 From: Chris Trotman Date: Wed, 5 Sep 2018 10:51:21 +1000 Subject: [PATCH] 0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e025af..eec4b57 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='pavlova', - version='0.1.1.dev4', + version='0.1.1', description='Simplified deserialization using dataclasses', long_description=open('README.rst').read(), author='Freelancer.com',