Skip to content

Commit

Permalink
v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aidemsined committed Dec 11, 2024
1 parent 7a9fbb3 commit 9746124
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/ttnn_visualizer/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class DefaultConfig(object):

# Path Settings
REPORT_DATA_DIRECTORY = Path(__file__).parent.absolute().joinpath("data")
VERSION = "0.14.1"
VERSION = "0.14.2"
LOCAL_DATA_DIRECTORY = Path(REPORT_DATA_DIRECTORY).joinpath("local")
REMOTE_DATA_DIRECTORY = Path(REPORT_DATA_DIRECTORY).joinpath("remote")
APPLICATION_DIR = os.path.abspath(os.path.join(__file__, "..", os.pardir))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ttnn-visualzer",
"private": true,
"version": "0.14.1",
"version": "0.14.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "ttnn_visualizer"
authors = []
version = "0.14.1"
version = "0.14.2"
description = "TT Visualizer"
readme = "README.md"
requires-python = ">=3.12"
Expand Down

0 comments on commit 9746124

Please sign in to comment.