We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfdf8b5 commit 47ae52dCopy full SHA for 47ae52d
.flake8
@@ -0,0 +1,2 @@
1
+[flake8]
2
+per-file-ignores = __init__.py:F401
setup.py
@@ -8,7 +8,7 @@
8
# Versions should comply with PEP440. For a discussion on single-sourcing
9
# the version across setup.py and the project code, see
10
# https://packaging.python.org/en/latest/single_source_version.html
11
- version="0.1.3",
+ version="0.1.4",
12
packages=[
13
"masonite_permission",
14
"masonite_permission.config",
0 commit comments