We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9eaf1 commit 126a8b2Copy full SHA for 126a8b2
2 files changed
hqq/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "0.2.1.post1"
+__version__ = "0.2.2"
2
__author__ = 'Dr. Hicham Badri'
3
__credits__ = 'Mobius Labs GmbH'
setup.py
@@ -43,7 +43,7 @@ def run(self):
43
44
setup(
45
name="hqq",
46
- version="0.2.1.post1",
+ version="0.2.2",
47
description="Half-Quadratic Quantization (HQQ)",
48
url="https://github.com/mobiusml/hqq/",
49
author="Dr. Hicham Badri",
0 commit comments