Skip to content

Commit 1b3ec95

Browse files
authored
Merge pull request #53 from AdaptiveMotorControlLab/MMathisLab-v0.1.2
v0.1.2 patch release
2 parents 6860338 + 7e7dc81 commit 1b3ec95

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.1"
9+
__version__ = "0.1.2"
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.1"
10+
version = "0.1.2"
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.1
3+
version = 0.1.2
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)