Update patch version

Bugfix change to master == new patch ㊗️
This commit is contained in:
Shay Nehmad 2020-04-28 16:54:19 +03:00
parent e321220a62
commit d03ee3d245
1 changed files with 1 additions and 1 deletions

View File

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