Skip to content

Commit

Permalink
sync studio and studio py version
Browse files Browse the repository at this point in the history
  • Loading branch information
zolinthecow committed Nov 20, 2024
1 parent a7c92ad commit c96ce24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion studio-python/enochian_studio/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def install_npm_dependencies():
"version": "1.0.0",
"private": true,
"dependencies": {
"enochian-studio": "0.0.4"
"enochian-studio": "0.0.5"
}
}"""
)
Expand Down
2 changes: 1 addition & 1 deletion studio-python/enochian_studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"enochian-studio": "0.0.4"
"enochian-studio": "0.0.5"
}
}
2 changes: 1 addition & 1 deletion studio-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "enochian_studio"
version = "0.0.4"
version = "0.0.5"
description = "Python wrapper for enochian-studio npm package"
requires-python = ">=3.8"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enochian-studio",
"version": "0.0.4",
"version": "0.0.5",
"description": "A web client for viewing enochian requests",
"type": "module",
"bin": {
Expand Down

0 comments on commit c96ce24

Please sign in to comment.