We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf894e5 commit f3a86c4Copy full SHA for f3a86c4
‎tests/test_version.py
@@ -0,0 +1,7 @@
1
+from __future__ import annotations
2
+
3
+from django_q_registry import __version__
4
5
6
+def test_version():
7
+ assert __version__ == "0.1.0"
0 commit comments