We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99a31f5 + 959440a commit cef5ecbCopy full SHA for cef5ecb
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "workcell"
3
-version = "0.0.36"
+version = "0.0.37"
4
description = "Turn python function into microservice."
5
authors = ["jiandong <jiandong@weanalyze.co>"]
6
license = "Apache-2.0"
workcell/__init__.py
@@ -1,7 +1,6 @@
"""Information about this library. This file will automatically changed (by poetry-bump-version)."""
-__version__ = "0.0.36"
-__ui_version__ = "0.1.6"
+__version__ = "0.0.37"
from .core import Workcell
7
from .core import create_workcell_app
0 commit comments