Skip to content

Commit c8d1a07

Browse files
Release v1.6.1
1 parent 7cf86b8 commit c8d1a07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "yepcode-run"
3-
version = "1.6.0"
3+
version = "1.6.1"
44
description = "YepCode Run - A powerful serverless runtime and SDK for executing code in secure sandboxes"
55
authors = ["YepCode Developers <developers@yepcode.io>"]
66
license = "See LICENSE file"

yepcode_run/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
)
1515
from .utils.language_detector import LanguageDetector
1616

17-
__version__ = "1.6.0"
17+
__version__ = "1.6.1"
1818

1919
__all__ = [
2020
"YepCodeRun",

0 commit comments

Comments
 (0)