diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a9122b14..888d216c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.26.1 Dec 3, 2024 +- Re-upload after PyPI size limitation fix + ## 3.26.0 Dec 3, 2024 ### Enhancements: diff --git a/aim/VERSION b/aim/VERSION index 419ede3b9..1631f98b2 100644 --- a/aim/VERSION +++ b/aim/VERSION @@ -1 +1 @@ -3.26.0 +3.26.1 diff --git a/aim/web/ui/package.json b/aim/web/ui/package.json index b07d5b455..f7854eec1 100644 --- a/aim/web/ui/package.json +++ b/aim/web/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui_v2", - "version": "3.26.0", + "version": "3.26.1", "private": true, "dependencies": { "@aksel/structjs": "^1.0.0", diff --git a/troubleshooting/base_project_statistics.py b/troubleshooting/base_project_statistics.py index 05ce3ce93..f94d61512 100644 --- a/troubleshooting/base_project_statistics.py +++ b/troubleshooting/base_project_statistics.py @@ -1,9 +1,9 @@ import argparse -import sys -import tqdm import json +import sys import time -import pprint + +import tqdm import aim