Skip to content

Commit 4dc7dda

Browse files
authored
Merge pull request #291 from asherf/tox2
fix dev/pre-release version
2 parents fc11213 + b52e9d8 commit 4dc7dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_prometheus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
__all__ = ["middleware", "models", "pip_prometheus"]
1313

14-
__version__ = "2.2.0.dev"
14+
__version__ = "2.2.0.dev0"
1515

1616
# Import pip_prometheus to export the pip metrics automatically.
1717
try:

0 commit comments

Comments
 (0)