diff --git a/kmultiversx/pyproject.toml b/kmultiversx/pyproject.toml index 7655334b..7c5ac49d 100644 --- a/kmultiversx/pyproject.toml +++ b/kmultiversx/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kmultiversx" -version = "0.1.62" +version = "0.1.63" description = "Python tools for Elrond semantics" authors = [ "Runtime Verification, Inc. ", diff --git a/kmultiversx/src/kmultiversx/scenario.py b/kmultiversx/src/kmultiversx/scenario.py index 99221861..928ced20 100644 --- a/kmultiversx/src/kmultiversx/scenario.py +++ b/kmultiversx/src/kmultiversx/scenario.py @@ -3,7 +3,6 @@ import argparse import json import os -import resource import subprocess import sys import tempfile @@ -101,7 +100,6 @@ def ListBytes(items: Iterable[KInner]) -> KInner: # noqa: N802 sc_addr_reserved_prefix_len = sc_addr_num_leading_zeros + 2 sys.setrecursionlimit(1500000000) -resource.setrlimit(resource.RLIMIT_STACK, (resource.RLIM_INFINITY, resource.RLIM_INFINITY)) def mandos_int_to_int(mandos_int: str, default_when_empty: int | None = None) -> int: diff --git a/package/version b/package/version index fbde3d5a..abf5cfcd 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.62 +0.1.63