Skip to content

Commit 9d798c0

Browse files
authored
Merge pull request #56 from AdaptiveMotorControlLab/MMathisLab-v0.1.3
v0.1.3 pypi
2 parents cf27b78 + 7c3ec94 commit 9d798c0

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