Skip to content

Commit 8c0e934

Browse files
chore: bump version to 3.2.1 for PyPI release (#129)
## πŸ”— Related Issue Fixes # ## πŸ“ Description - - - ## πŸ”„ Type of Change - [ ] πŸ› Bug fix (non-breaking change which fixes an issue) - [ ] πŸš€ New feature (non-breaking change which adds functionality) - [ ] πŸ’₯ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] πŸ“– Documentation update - [x] πŸ—οΈ Infrastructure / CI/CD update ## πŸ§ͺ Hardware & Matrix Testing **I have successfully built and tested this code using `uv` on:** - [ ] `anomavision[cpu]` (Standard/Edge) - [ ] `anomavision[cu121]` (CUDA 12.1) - [ ] `anomavision[cu124]` (CUDA 12.4) - [ ] `anomavision[cu118]` (CUDA 11.8) **Host OS used for testing:** - [ ] Linux / Ubuntu - [x] Windows (Native or WSL2) - [ ] macOS ## βœ… Developer Checklist - [ ] My code follows the core style guidelines of this project (Ruff/Black formatting). - [ ] I have run `uv run pytest` and all unit tests pass locally. - [ ] **Lockfile Guard:** If I added or modified a dependency in `pyproject.toml`, I have run `uv lock --python 3.10` and committed the updated `uv.lock` file. - [ ] I have added tests that prove my fix is effective or that my feature works. - [ ] I have updated the documentation accordingly (if applicable). ## πŸ“Έ Screenshots / Visual Proof (Optional)
2 parents 3bb0bc3 + 211e01c commit 8c0e934

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "anomavision"
7-
version = "3.2.0"
7+
version = "3.2.1"
88
description = "Advanced Anomaly Detection Environment - Production Ready"
99
authors = [{ name = "Deep Knowledge", email = "Deepp.Knowledge@gmail.com" }]
1010
readme = "README.md"

β€Žuv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)