We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce458d commit 5f96f44Copy full SHA for 5f96f44
dist.sh
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+
3
+rm -rf PySNARK.egg-info/
4
+python3 setup.py sdist
5
6
+python3 setup.py --disable-libsnark --qaptools-bin=qaptools/ sdist --formats=zip
setup.py
@@ -128,7 +128,7 @@ def build_extensions(self):
128
129
130
setup(name='PySNARK',
131
- version='0.2.1' + ('-nols' if disable_libsnark else '') + ('-noqt' if disable_qaptools else ''),
+ version='0.2.2' + ('-nols' if disable_libsnark else '') + ('-noqt' if disable_qaptools else ''),
132
description='Python zk-SNARK execution environment',
133
author='Meilof Veeningen',
134
author_email='meilof@gmail.com',
0 commit comments