Skip to content

Commit

Permalink
Bump version: 0.9.0 → 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSayyah committed Aug 15, 2023
1 parent d818343 commit e401227
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.9.0
current_version = 0.10.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 @@ -62,7 +62,7 @@ Add the following to your `.pre-commit-config.yaml` file:

```yaml
- repo: https://github.com/AliSayyah/django-urlconfchecks
rev: v0.9.0
rev: v0.10.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.9.0'
__version__ = '0.10.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: v0.9.0
rev: v0.10.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.9.0"
version = "0.10.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 e401227

Please sign in to comment.