Skip to content

Commit ee07475

Browse files
committed
Release v1.5.2
1 parent f6a5be6 commit ee07475

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.5.1"
3+
version = "1.5.2"
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.5.1"
17+
__version__ = "1.5.2"
1818

1919
__all__ = [
2020
"YepCodeRun",

0 commit comments

Comments
 (0)