From 7b66d2f9b23ac89a4e6ee6eea875c158ef546524 Mon Sep 17 00:00:00 2001 From: Ashwin Vaidya Date: Tue, 14 Jun 2022 14:00:02 +0200 Subject: [PATCH] Upgrade version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 29848d5647..986edbc697 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,7 @@ def get_required_packages(requirement_files: List[str]) -> List[str]: setup( name="anomalib", # TODO: https://github.com/openvinotoolkit/anomalib/issues/36 - version="0.2.4", + version="0.2.4a", author="Intel OpenVINO", author_email="help@openvino.intel.com", description="anomalib - Anomaly Detection Library",