Skip to content

Commit 399bd66

Browse files
committed
Release 1.4.0
1 parent b1b87d6 commit 399bd66

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.3.1"
3+
version = "1.4.0"
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
@@ -13,7 +13,7 @@
1313
)
1414
from .utils.language_detector import LanguageDetector
1515

16-
__version__ = "1.3.1"
16+
__version__ = "1.4.0"
1717

1818
__all__ = [
1919
"YepCodeRun",

0 commit comments

Comments
 (0)