Skip to content

Commit 8c90cf7

Browse files
committed
Bump version: 0.13.0 → 0.13.1
1 parent ce441b8 commit 8c90cf7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.13.0
2+
current_version = 0.13.1
33
commit = True
44
tag = True
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Add the following to your `.pre-commit-config.yaml` file:
9090

9191
```yaml
9292
- repo: https://github.com/AliSayyah/django-urlconfchecks
93-
rev: v0.13.0
93+
rev: v0.13.1
9494
hooks:
9595
- id: django-urlconfchecks
9696
```

django_urlconfchecks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """ali sayyah"""
44
__email__ = 'ali.sayyah2@gmail.com'
5-
__version__ = '0.13.0'
5+
__version__ = '0.13.1'

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Then, add the following to your `.pre-commit-config.yaml` file:
5959

6060
```yaml
6161
- repo: https://github.com/AliSayyah/django-urlconfchecks
62-
rev: v0.13.0
62+
rev: v0.13.1
6363
hooks:
6464
- id: django-urlconfchecks
6565
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-urlconfchecks"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
description = "a python package for type checking the urls and associated views."
55
authors = [{ name = "ali sayyah", email = "ali.sayyah2@gmail.com" }]
66
requires-python = ">=3.10,<3.15"

0 commit comments

Comments
 (0)