chore: Add set-version script and update all clients to 4.2.0
- Add scripts/set-version.sh to update version in all source files - Add make set-version VERSION=X.Y.Z target - Updated 11 files: VERSION, C, Python, Lua, Perl, Groovy, JS, Rust
This commit is contained in:
parent
d76a56610e
commit
4b602b8174
12 changed files with 173 additions and 11 deletions
|
|
@ -7,7 +7,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name="unsandbox-async",
|
||||
version="1.0.0",
|
||||
version="4.2.0",
|
||||
description="Asynchronous Python SDK for unsandbox.com code execution",
|
||||
long_description=open("README.md").read() if False else "Async Python SDK for unsandbox code execution",
|
||||
author="unsandbox.com",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue