Changing version to v0.2.0 instead of v0.1.9

Due to Latex being a big change.
This commit is contained in:
Adsooi 2022-03-07 20:40:37 +01:00
parent 27759362cb
commit 3e7b36a420
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
5 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@
"""
from shutil import which
__VERSION__ = "0.1.9"
__VERSION__ = "0.2.0"
is_release = False