Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Nov 4, 2023
1 parent 6249d5c commit 586cb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydetex/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ def __str__(self) -> str:
patch = property(lambda self: self[2])


vernum = Version(1, 0, 5)
vernum = Version(1, 0, 6)
ver = str(vernum)
rev = ''

0 comments on commit 586cb8c

Please sign in to comment.