Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSayyah committed Apr 1, 2022
1 parent 67480b6 commit bd4574e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.6.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Add the following to your `.pre-commit-config.yaml` file:

```yaml
- repo: https://github.com/AliSayyah/django-urlconfchecks
rev: 0.5.0
rev: 0.6.0
hooks:
- id: django-urlconfchecks
```
Expand Down
2 changes: 1 addition & 1 deletion django_urlconfchecks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """ali sayyah"""
__email__ = '[email protected]'
__version__ = '0.5.0'
__version__ = '0.6.0'
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Then, add the following to your `.pre-commit-config.yaml` file:

```yaml
- repo: https://github.com/AliSayyah/django-urlconfchecks
rev: 0.5.0
rev: 0.6.0
hooks:
- id: django-urlconfchecks
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "django-urlconfchecks"
version = "0.5.0"
version = "0.6.0"
homepage = "https://github.com/AliSayyah/django-urlconfchecks"
description = "a python package for type checking the urls and associated views."
authors = ["ali sayyah <[email protected]>"]
Expand Down

0 comments on commit bd4574e

Please sign in to comment.