Skip to content

Commit

Permalink
Bump up Aim to v3.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alberttorosyan committed Dec 3, 2024
1 parent 89e92f4 commit a690d65
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion aim/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.26.0
3.26.1
2 changes: 1 addition & 1 deletion aim/web/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui_v2",
"version": "3.26.0",
"version": "3.26.1",
"private": true,
"dependencies": {
"@aksel/structjs": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions troubleshooting/base_project_statistics.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import argparse
import sys
import tqdm
import json
import sys
import time
import pprint

import tqdm

import aim

Expand Down

0 comments on commit a690d65

Please sign in to comment.