diff --git a/CHANGELOG.md b/CHANGELOG.md index 1045a997..91ec85b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is partly based on [Keep a Changelog](https://keepachangelog.com/en/1 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [PEP 440](https://peps.python.org/pep-0440/) +## 3.3.1 (2025-02-24) + ## 3.3.1b0 (2025-02-21) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 439f3c2e..2dee6a87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "safety" -version = "3.3.1b0" +version = "3.3.1" description = "Scan dependencies for known vulnerabilities and licenses." keywords = ["safety", "vulnerabilities", "dependencies", "licenses", "scan"] readme = "README.md"