Skip to content

Commit 47d51fd

Browse files
authored
v0.1.1rc1 (#43)
* Update pyproject.toml * Update setup.cfg * Update version.py
1 parent 9faf5e7 commit 47d51fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

amadeusgpt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
#
77
# Licensed under Apache 2.0
88

9-
__version__ = "0.1.0"
9+
__version__ = "0.1.1rc1"
1010
VERSION = __version__

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "AmadeusGPT"
77
readme = "README.md"
88
requires-python = ">=3.10"
99
dynamic = ["version"]
10-
version = "0.1.0"
10+
version = "0.1.1rc1"
1111

1212
[tool.setuptools]
1313
packages = ["amadeusgpt"]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = amadeusgpt
3-
version = 0.1.0
3+
version = 0.1.1rc1
44
author = Shaokai Ye, Jessy Lauer, Mu Zhou, Alexander Mathis, Mackenzie Mathis
55
author_email = [email protected]
66
description = AmadeusGPT🎻: We turn natural language descriptions of behaviors into machine-executable code

0 commit comments

Comments
 (0)