Skip to content

Commit aaea5a2

Browse files
committed
Bump version
1 parent 5bf029d commit aaea5a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pydetex/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, 1, 0)
35+
vernum = Version(1, 1, 1)
3636
ver = str(vernum)
3737
rev = ''

0 commit comments

Comments
 (0)