diff --git a/backend/ttnn_visualizer/settings.py b/backend/ttnn_visualizer/settings.py index a252e104..df3f098f 100644 --- a/backend/ttnn_visualizer/settings.py +++ b/backend/ttnn_visualizer/settings.py @@ -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)) diff --git a/package.json b/package.json index f7e3a565..017fd695 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ttnn-visualzer", "private": true, - "version": "0.14.1", + "version": "0.14.2", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index 5639b6b9..b1c42eae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"