Release v1.0.1

This commit is contained in:
ksamuel 2020-08-18 14:41:46 +02:00
parent 0b1fad5a2b
commit 183150a6b0
1 changed files with 1 additions and 1 deletions

View File

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