From 1a2a2af932717cc0da12667453cd00c58e6ee443 Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Thu, 24 Mar 2022 09:16:08 +0100 Subject: [PATCH] chore: bump version --- client/clip_client/__init__.py | 2 +- server/clip_server/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/clip_client/__init__.py b/client/clip_client/__init__.py index ba1548fc0..b00597a15 100644 --- a/client/clip_client/__init__.py +++ b/client/clip_client/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.0.8' +__version__ = '0.1.0' from .client import Client diff --git a/server/clip_server/__init__.py b/server/clip_server/__init__.py index 9123cf081..b794fd409 100644 --- a/server/clip_server/__init__.py +++ b/server/clip_server/__init__.py @@ -1 +1 @@ -__version__ = '0.0.8' +__version__ = '0.1.0'