Skip to content

Commit

Permalink
[vscode & aiconfig] Version Bump
Browse files Browse the repository at this point in the history
Summary:

includes env file changes

Test Plan:
  • Loading branch information
Ankush Pala [email protected] committed Mar 6, 2024
1 parent 098dcd1 commit 01d806c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

[project]
name = "python-aiconfig"
version = "1.1.29"
version = "1.1.30"
authors = [
{ name="LastMile AI" },
{ name="Sarmad Qadri", email="[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "LastMile AI",
"displayName": "AIConfig Editor",
"description": "AIConfig notebook editor that turns VSCode into a generative AI studio.",
"version": "0.0.16",
"version": "0.0.17",
"license": "MIT",
"engines": {
"vscode": "^1.85.0"
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AIConfig
python-aiconfig>=1.1.27
python-aiconfig>=1.1.30

#Other
asyncio
Expand Down

0 comments on commit 01d806c

Please sign in to comment.