Skip to content

Commit 6316a45

Browse files
committed
0.0.2.post1
1 parent 025519d commit 6316a45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_async_extensions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.0.2.post1"

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-async-extensions"
3-
version = "0.0.2"
3+
version = "0.0.2.post1"
44
description = "provide async capable stuff for django"
55
authors = [
66
{name = "amirreza",email = "[email protected]"}

0 commit comments

Comments
 (0)