Skip to content

Commit 5f96f44

Browse files
committed
tested on ubuntu 18.04
1 parent dce458d commit 5f96f44

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

dist.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
3+
rm -rf PySNARK.egg-info/
4+
python3 setup.py sdist
5+
rm -rf PySNARK.egg-info/
6+
python3 setup.py --disable-libsnark --qaptools-bin=qaptools/ sdist --formats=zip

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def build_extensions(self):
128128

129129

130130
setup(name='PySNARK',
131-
version='0.2.1' + ('-nols' if disable_libsnark else '') + ('-noqt' if disable_qaptools else ''),
131+
version='0.2.2' + ('-nols' if disable_libsnark else '') + ('-noqt' if disable_qaptools else ''),
132132
description='Python zk-SNARK execution environment',
133133
author='Meilof Veeningen',
134134
author_email='meilof@gmail.com',

0 commit comments

Comments
 (0)