From f27bcaa86b04d038449f8bbe3522a83be7a5c002 Mon Sep 17 00:00:00 2001 From: mobicham Date: Tue, 19 Mar 2024 15:11:16 +0000 Subject: [PATCH] add 0.1.6.post1 version with find_package fix --- hqq/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hqq/__init__.py b/hqq/__init__.py index 1436edd..a4a0926 100755 --- a/hqq/__init__.py +++ b/hqq/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.6" +__version__ = "0.1.6.post1" __author__ = 'Dr. Hicham Badri' __credits__ = 'Mobius Labs GmbH' \ No newline at end of file diff --git a/setup.py b/setup.py index 54381bf..43bbfab 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def run(self): setup( name="hqq", - version="0.1.6", + version="0.1.6.post1", description="Half-Quadratic Quantization (HQQ)", url="https://github.com/mobiusml/hqq/", author="Dr. Hicham Badri",