Skip to content

Commit aa699d8

Browse files
committed
chore: bump version
1 parent a86bbe7 commit aa699d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build:
44
pipenv run python -m build
55

66
install-pkg:
7-
pipenv run python -m pip install dist/iam_minify-0.0.2-py3-none-any.whl --force-reinstall
7+
pipenv run python -m pip install dist/iam_minify-0.0.3-py3-none-any.whl --force-reinstall
88

99
test:
1010
pipenv run python -m pytest tests/*

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = iam-minify
3-
version = 0.0.2
3+
version = 0.0.3
44
description = Minify IAM actions using wildcards to save up as many characters as possible without granting unintended permissions
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)