We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf029d commit aaea5a2Copy full SHA for aaea5a2
1 file changed
pydetex/version.py
@@ -32,6 +32,6 @@ def __str__(self) -> str:
32
patch = property(lambda self: self[2])
33
34
35
-vernum = Version(1, 1, 0)
+vernum = Version(1, 1, 1)
36
ver = str(vernum)
37
rev = ''
0 commit comments