Skip to content

Commit

Permalink
Bump version: 0.1.26 → 0.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
calvernaz committed Sep 22, 2024
1 parent a3fc8ed commit a978c7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.26
current_version = 0.1.27
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.26"
__version__ = "0.1.27"
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.26',
version='0.1.27',
packages=find_packages(),
install_requires=[
"Click",
Expand Down

0 comments on commit a978c7b

Please sign in to comment.