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