Skip to content

Commit

Permalink
Update setup.cfg + rv0.1.1c2 (#44)
Browse files Browse the repository at this point in the history
* Update setup.cfg

* Update setup.cfg

* Update pyproject.toml

* Update version.py
  • Loading branch information
MMathisLab authored Jul 28, 2024
1 parent 47d51fd commit de22b8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1rc1"
__version__ = "0.1.1rc2"
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.1rc1"
version = "0.1.1rc2"

[tool.setuptools]
packages = ["amadeusgpt"]
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = amadeusgpt
version = 0.1.1rc1
version = 0.1.1rc2
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 Expand Up @@ -33,9 +33,9 @@ install_requires =
matplotlib<3.9
ipympl
PyYAML
tables==3.8
streamlit>=1.26.0
streamlit_drawable_canvas==0.9.2
#TONOTE: tables is required via conda install

[options.extras_require]
dev =
Expand Down

0 comments on commit de22b8b

Please sign in to comment.