Skip to content

Commit 126a8b2

Browse files
committed
bump version to 0.2.2
1 parent 1f9eaf1 commit 126a8b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hqq/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.2.1.post1"
1+
__version__ = "0.2.2"
22
__author__ = 'Dr. Hicham Badri'
33
__credits__ = 'Mobius Labs GmbH'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def run(self):
4343

4444
setup(
4545
name="hqq",
46-
version="0.2.1.post1",
46+
version="0.2.2",
4747
description="Half-Quadratic Quantization (HQQ)",
4848
url="https://github.com/mobiusml/hqq/",
4949
author="Dr. Hicham Badri",

0 commit comments

Comments
 (0)