From 2a4c111f439bb661863b49f7d0fd6b10763bba6d Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Wed, 23 Oct 2024 15:47:15 +0800 Subject: [PATCH] bump to v0.1.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f8e305b..10c7673 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="servicestack", - version="0.1.6", + version="0.1.7", author="ServiceStack, Inc.", author_email="team@servicestack.net", description="ServiceStack Python Service Clients",