Skip to content

Commit

Permalink
Merge pull request #245 from khayomacedo/chore/update-version
Browse files Browse the repository at this point in the history
chore: bump version 0.15.0
  • Loading branch information
julianolf authored Sep 26, 2024
2 parents cbcd45f + af20348 commit 0af52db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project = "Faster SAM"
author = "Dotz"
release = "0.14.1"
release = "0.15.0"

extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon"]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "faster-sam"
version = "0.14.1"
version = "0.15.0"
description = "An adapter to enable running APIs built with AWS SAM applications using FastAPI."
readme = {file = "README.md", content-type = "text/markdown"}
authors = [
Expand Down

0 comments on commit 0af52db

Please sign in to comment.