Skip to content

Commit

Permalink
v0.1.1rc1 (#43)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update setup.cfg

* Update version.py
  • Loading branch information
MMathisLab authored Jul 28, 2024
1 parent 9faf5e7 commit 47d51fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion amadeusgpt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
#
# Licensed under Apache 2.0

__version__ = "0.1.0"
__version__ = "0.1.1rc1"
VERSION = __version__
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "AmadeusGPT"
readme = "README.md"
requires-python = ">=3.10"
dynamic = ["version"]
version = "0.1.0"
version = "0.1.1rc1"

[tool.setuptools]
packages = ["amadeusgpt"]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = amadeusgpt
version = 0.1.0
version = 0.1.1rc1
author = Shaokai Ye, Jessy Lauer, Mu Zhou, Alexander Mathis, Mackenzie Mathis
author_email = [email protected]
description = AmadeusGPT🎻: We turn natural language descriptions of behaviors into machine-executable code
Expand Down

0 comments on commit 47d51fd

Please sign in to comment.