Skip to content

Commit 953e5c4

Browse files
committed
v1.2.4
1 parent 012092b commit 953e5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyMultiDictionary/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ def __str__(self) -> str:
3232
patch = property(lambda self: self[2])
3333

3434

35-
vernum = Version(1, 2, 3)
35+
vernum = Version(1, 2, 4)
3636
ver = str(vernum)
3737
rev = ''

0 commit comments

Comments
 (0)