Skip to content

Commit

Permalink
Bump version: 0.1.31 → 0.1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
calvernaz committed Sep 22, 2024
1 parent f676281 commit 27cc7a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.31
current_version = 0.1.32
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion lambda_packer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.31"
__version__ = "0.1.32"
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 = "lambda_packer"
version='0.1.31'
version='0.1.32'
description = "A tool to package Python AWS Lambda functions with zips, Docker containers, and layers."
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="lambda_packer",
version='0.1.31',
version='0.1.32',
packages=find_packages(),
install_requires=[
"Click",
Expand Down

0 comments on commit 27cc7a8

Please sign in to comment.