Skip to content

Commit cef5ecb

Browse files
authored
Merge pull request #76 from weanalyze/dev
minor version bump;
2 parents 99a31f5 + 959440a commit cef5ecb

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "workcell"
3-
version = "0.0.36"
3+
version = "0.0.37"
44
description = "Turn python function into microservice."
55
authors = ["jiandong <jiandong@weanalyze.co>"]
66
license = "Apache-2.0"

workcell/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Information about this library. This file will automatically changed (by poetry-bump-version)."""
22

3-
__version__ = "0.0.36"
4-
__ui_version__ = "0.1.6"
3+
__version__ = "0.0.37"
54

65
from .core import Workcell
76
from .core import create_workcell_app

0 commit comments

Comments
 (0)