Skip to content

Commit 8c4697b

Browse files
Bumped Version
1 parent cd7127c commit 8c4697b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ When contributing to this repository, **please first discuss the change you wish
1111
First you should configure your local environment to be able to make changes in this package.
1212

1313
1. Fork the `https://github.com/py-package/masonite-sentry` repo.
14-
2. Clone that repo into your computer: `git clone http://github.com/your-username/sentry.git`.
14+
2. Clone that repo into your computer: `git clone http://github.com/your-username/masonite-sentry.git`.
1515
3. Checkout the current release branch \(example: `master`\).
1616
4. Run `git pull origin master` to get the current release version.
1717

@@ -29,7 +29,7 @@ make init
2929
- The package will be locally installed in your venv (with `pip install .`). Meaning that you will be
3030
able to import it from the project contained in the package as if you installed it from PyPi.
3131
- When making changes to your packages you will need to uninstall the package and reinstall it with
32-
`pip uninstall sentry && pip install .`
32+
`pip uninstall masonite-sentry && pip install .`
3333

3434
### Contribute
3535

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<img alt="Masonite Package" src="https://img.shields.io/static/v1?label=Masonite&message=package&labelColor=grey&color=blue&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIRlWElmTU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUAAAABAAAASgEbAAUAAAABAAAAUgEoAAMAAAABAAIAAIdpAAQAAAABAAAAWgAAAAAAAABIAAAAAQAAAEgAAAABAAOgAQADAAAAAQABAACgAgAEAAAAAQAAAA6gAwAEAAAAAQAAAA4AAAAATspU+QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAVlpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KTMInWQAAAnxJREFUKBVNUl1IVEEUPjPObdd1VdxWM0rMIl3bzbVWLSofVm3th0AhMakHHyqRiNSHEAq5b2HSVvoQRUiEECQUQkkPbRslRGigG8auoon2oPSjpev+3PWeZq7eaC5nDt93vplz5txDQJYpNxX4st4JFiwj9aCqmswUFQNS/A2YskrZJPYefkECC2GhQwAqvLYybwXrwBvq8HSNOXRO92+aH7nW8vc/wS2Z9TqneYt2KHjlf9Iv+43wFJMExzO0YE5OKe60N+AOW6OmE+WJTBrg23jjzWxMBauOlfyycsV24F+cH+zAXYUOGl+DaiDxfl245/W9OnVrSY+O2eqPkyz4sVvHoKp9gOihf5KoAVv3hkQgbj/ihG9fI3RixKcUVx7lJVaEc0vnyf2FFll+ny80ZHZiGhIKowWJBCEAKr+FSuNDLt+lxybSF51lo74arqs113dOZqwsptxNs5bwi7Q3q8npSC2AWmvjTncZf1l61e5DEizNn5mtufpsqk5+CZTuq00sP1wkNPv8jeEikVVlJso+GEwRtNs3QeBt2YP2V2ZI3Tx0e+7T89zK5tNASOLEytJAryGtkLc2PcBM5byyUWYkMQpMioYcDcchC6xN220Iv36Ot8pV0454RHLEwmmD7UWfIdX0zq3GjMPG5NKBtv5qiPEPekK2U51j1451BZoc3i+1ohSQ/UzzG5uYFFn2mwVUnO4O3JblXA91T51l3pB3QweDl7sNXMyEjbguSjrPcQNmwDkNc8CbCvDd0+xCC7RFi9wFulD3mJeXqxQevB4prrqgc0TmQ85NG/K43e2UwnMVAJIEBNfWRYR3HfnvivrIzMyo4Hgy+hfscvLo53jItAAAAABJRU5ErkJggg==">
88
</a>
99
<img alt="GitHub Workflow Status (branch)" src="https://img.shields.io/github/workflow/status/py-package/masonite-sentry/Test%20Application">
10-
<img src="https://codecov.io/gh/py-package/masonite-sentry/branch/main/graph/badge.svg?token="/>
1110
<img alt="PyPI" src="https://img.shields.io/pypi/v/masonite-sentry">
1211
<img src="https://img.shields.io/badge/python-3.7+-blue.svg" alt="Python Version">
1312
<img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/py-package/masonite-sentry?include_prereleases">
@@ -68,10 +67,10 @@ Please read the [Contributing Documentation](CONTRIBUTING.md) here.
6867

6968
## Maintainers
7069

71-
- [Yubaraj Shrestha](https://www.github.com/py-package)
70+
- [x] [Yubaraj Shrestha](https://www.github.com/py-package)
7271

7372
## License
7473

7574

76-
sentry is open-sourced software licensed under the [MIT license](LICENSE).
75+
Masonite Sentry is open-sourced software licensed under the [MIT license](LICENSE).
7776

setup.py

Lines changed: 1 addition & 1 deletion
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.0.1",
11+
version="0.0.2",
1212
packages=[
1313
"sentry",
1414
"sentry.config",

0 commit comments

Comments
 (0)