Skip to content

Commit

Permalink
__version__ set to 0.0.80
Browse files Browse the repository at this point in the history
  • Loading branch information
cruxcode committed Nov 4, 2022
1 parent 77eb076 commit 2d701ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/app-generator/templates/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"dev": "atri-react-app-dev-server"
},
"dependencies": {
"@atrilabs/app-scripts": "^0.0.79",
"@atrilabs/core": "^0.0.79",
"@atrilabs/app-scripts": "^0.0.80",
"@atrilabs/core": "^0.0.80",
"chokidar": "^3.5.3",
"http-proxy-middleware": "^2.0.6",
"react": "18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion python-packages/atri/src/atri/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# __version__ is used in docker run command to identify
# the version of docker image to run
__version__ = "0.0.79"
__version__ = "0.0.80"

supported_virt_types = ["pipenv", "conda"]

Expand Down

0 comments on commit 2d701ac

Please sign in to comment.