diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db38c2..0b84e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.3.0] - 2023-04-27 + ### Changed - Updated pip from 23.0.1 to 23.1.2. ([#31](https://github.com/heroku/buildpacks-python/pull/31)) diff --git a/buildpack.toml b/buildpack.toml index 92e6cbe..73859b4 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.8" [buildpack] id = "heroku/python" -version = "0.2.0" +version = "0.3.0" name = "Python" homepage = "https://github.com/heroku/buildpacks-python" description = "Heroku's official Python Cloud Native Buildpack."