From dee885492cb9112430b0f0572a329798ba8afc20 Mon Sep 17 00:00:00 2001 From: jiandong Date: Fri, 14 Apr 2023 16:11:11 +0800 Subject: [PATCH] minor version bump; --- pyproject.toml | 2 +- workcell/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fee9df3..c87f9d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "workcell" -version = "0.0.37" +version = "0.0.38" description = "Turn python function into microservice." authors = ["jiandong "] license = "Apache-2.0" diff --git a/workcell/__init__.py b/workcell/__init__.py index 0770962..f28b3d9 100644 --- a/workcell/__init__.py +++ b/workcell/__init__.py @@ -1,6 +1,6 @@ """Information about this library. This file will automatically changed (by poetry-bump-version).""" -__version__ = "0.0.37" +__version__ = "0.0.38" from .core import Workcell from .core import create_workcell_app