We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86bbe7 commit aa699d8Copy full SHA for aa699d8
Makefile
@@ -4,7 +4,7 @@ build:
4
pipenv run python -m build
5
6
install-pkg:
7
- pipenv run python -m pip install dist/iam_minify-0.0.2-py3-none-any.whl --force-reinstall
+ pipenv run python -m pip install dist/iam_minify-0.0.3-py3-none-any.whl --force-reinstall
8
9
test:
10
pipenv run python -m pytest tests/*
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = iam-minify
3
-version = 0.0.2
+version = 0.0.3
description = Minify IAM actions using wildcards to save up as many characters as possible without granting unintended permissions
long_description = file: README.md
long_description_content_type = text/markdown
0 commit comments