Skip to content

Commit d622a7a

Browse files
committed
update github links
1 parent 652bc84 commit d622a7a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

django_async_extensions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.0.3"
1+
__version__ = "0.0.3.post1"
22
version_name = "Villette"

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-async-extensions"
3-
version = "0.0.3"
3+
version = "0.0.3.post1"
44
description = "provide async capable stuff for django"
55
authors = [
66
{name = "amirreza",email = "amir.rsf1380@gmail.com"}
@@ -50,9 +50,9 @@ pytest-mock = "^3.14.0"
5050
psycopg = {extras = ["binary", "pool"], version = "^3.2.4"}
5151

5252
[tool.poetry.urls]
53-
Homepage = "https://github.com/amirreza8002/django-async-extensions"
54-
Source = "https://github.com/amirreza8002/django-async-extensions"
55-
Issues = "https://github.com/amirreza8002/django-async-extensions/issues"
53+
Homepage = "https://github.com/django-utils/django-async-extensions"
54+
Source = "https://github.com/django-utils/django-async-extensions"
55+
Issues = "https://github.com/django-utils/django-async-extensions/issues"
5656
Documentation = "https://django-async-extensions.readthedocs.io/en/latest/"
5757

5858
[tool.poetry.group.doc.dependencies]

0 commit comments

Comments
 (0)