Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Buethe <jbuethe@amazon.de>2023-08-01 11:42:55 +0300
committerJan Buethe <jbuethe@amazon.de>2023-08-01 11:42:55 +0300
commit9691440a5f9ce8cbbd33b119bb9af881e4dee1a2 (patch)
tree22bf5c97c53d4af472de6a7d3b0ae8cfc654bdd2
parente916cf426dec2506baf74e4181c75655c4c2d9f6 (diff)
updadet wexchange version number
-rw-r--r--dnn/torch/weight-exchange/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnn/torch/weight-exchange/setup.py b/dnn/torch/weight-exchange/setup.py
index e590aad6..2b20440b 100644
--- a/dnn/torch/weight-exchange/setup.py
+++ b/dnn/torch/weight-exchange/setup.py
@@ -39,7 +39,7 @@ with open(os.path.join(lib_folder, 'requirements.txt'), 'r') as f:
print(install_requires)
setup(name='wexchange',
- version='1.5',
+ version='1.6',
author='Jan Buethe',
author_email='jbuethe@amazon.de',
description='Weight-exchange library between Pytorch and Tensorflow',