Bump path version

This commit is contained in:
Shay Nehmad 2020-05-26 10:52:41 +03:00
parent 05c99c424d
commit 5ea4a90223
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from pathlib import Path
MAJOR = "1"
MINOR = "8"
PATCH = "1"
PATCH = "2"
build_file_path = Path(__file__).parent.joinpath("BUILD")
with open(build_file_path, "r") as build_file:
BUILD = build_file.read()