1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Bump version

This commit is contained in:
ksamuel 2020-08-19 11:59:04 +02:00
parent 9558751f5a
commit 5b515f4c35

View File

@ -1,5 +1,5 @@
from pathlib import Path
__version__ = "1.0.1"
__version__ = "1.0.2"
ROOT_DIR = Path(__file__).absolute().parent