Skip to content

Commit

Permalink
Upgrade pymultidictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed May 1, 2023
1 parent 149d99c commit c50c67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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(0, 9, 9)
vernum = Version(1, 0, 0)
ver = str(vernum)
rev = ''
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ flatlatex >= 0.15
langdetect >= 1.0.9
nltk >= 3.7
outdated >= 0.2.2
PyMultiDictionary>=1.2.0
PyMultiDictionary>=1.2.2
pyperclip >= 1.8.2
requests >= 2.28.1
tkmacosx >= 1.0.5

0 comments on commit c50c67e

Please sign in to comment.