Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
mobicham committed Jan 18, 2024
1 parent fcaa980 commit 335454f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hqq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.1.1"
__version__ = "0.1.2"
__author__ = 'Dr. Hicham Badri'
__credits__ = 'Mobius Labs GmbH'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='hqq',
version='0.1.2',
version='0.1.2.post1',
description='Half-Quadratic Quantization (HQQ)',
url='https://github.com/mobiusml/hqq/',
author='Dr. Hicham Badri',
Expand Down

0 comments on commit 335454f

Please sign in to comment.