From 1f9fe6cab6fd572b5dd7fa2418c8bcda81b9c1ba Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Thu, 15 Jul 2021 20:11:25 +0800 Subject: [PATCH] bump to 0.0.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8646830..8be59ce 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="servicestack", - version="0.0.5", + version="0.0.6", author="ServiceStack, Inc.", author_email="team@servicestack.net", description="ServiceStack Python Service Clients",