Skip to content

Commit abdb27f

Browse files
Bumped Version to 0.2.0
1 parent b85ab9e commit abdb27f

File tree

5 files changed

+4
-140
lines changed

5 files changed

+4
-140
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 130 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,6 @@ Checking if user can do all of the {permissions}
347347
{% endif %}
348348
```
349349

350-
## Contributing
351-
352-
Please read the [Contributing Documentation](CONTRIBUTING.md) here.
353350

354351
## License
355352

docs/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,6 @@ Checking if user can do all of the {permissions}
330330
{% endif %}
331331
```
332332

333-
## Contributing
334-
335-
Please read the [Contributing Documentation](CONTRIBUTING.md) here.
336333

337334
## Maintainers
338335

masonite.sqlite3

0 Bytes
Binary file not shown.

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Versions should comply with PEP440. For a discussion on single-sourcing
99
# the version across setup.py and the project code, see
1010
# https://packaging.python.org/en/latest/single_source_version.html
11-
version="0.1.9",
11+
version="0.2.0",
1212
packages=[
1313
"masonite_permission",
1414
"masonite_permission.config",
@@ -23,10 +23,10 @@
2323
long_description=long_description,
2424
long_description_content_type="text/markdown",
2525
# The project's main homepage.
26-
url="https://github.com/yubarajshrestha/masonite-permission",
26+
url="https://github.com/py-package/masonite-permission",
2727
# Author details
2828
author="Yubaraj Shrestha",
29-
author_email="companion.krish@outlook.com",
29+
author_email="yubaraj@pypackage.com",
3030
# Choose your license
3131
license="MIT license",
3232
# If your package should include things you specify in your MANIFEST.in file
@@ -39,7 +39,7 @@
3939
# 3 - Alpha
4040
# 4 - Beta
4141
# 5 - Production/Stable
42-
"Development Status :: 3 - Alpha",
42+
"Development Status :: 5 - Production/Stable",
4343
# Indicate who your project is intended for
4444
"Intended Audience :: Developers",
4545
"Environment :: Web Environment",

0 commit comments

Comments
 (0)