Skip to content

Commit 056b7df

Browse files
author
Alex McCaskey
committed
incrementing version
Signed-off-by: Alex McCaskey <[email protected]>
1 parent 38b8ef8 commit 056b7df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def build_extension(self, ext):
7777

7878
s = setup(
7979
name='xacc-rigetti',
80-
version='0.1.2',
80+
version='0.1.3',
8181
author='Alex McCaskey',
8282
install_requires=['xacc >= 0.1.2'],
8383
author_email='[email protected]',

tools/wheels/build_rigetti_manylinux_wheels.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ do
1010
export ver=`case $version in "cp36-cp36m") echo 3.6 ;; "cp35-cp35m") echo 3.5 ;; "cp34-cp34m") echo 3.4 ;; "cp33-cp33m") echo 3.3 ;; "cp27-cp27m") echo 2.7 ;; "cp27-cp27mu") echo 2.7 ;; *) echo "invalid";; esac`
1111
PYTHONPATH=/xacc/build/lib.linux-x86_64-$ver/xacc $myPython setup.py build -t tmp_build --executable="/usr/bin/env python"
1212
PYTHONPATH=/xacc/build/lib.linux-x86_64-$ver/xacc $myPython setup.py bdist_wheel --skip-build
13-
$rpath_python /xacc/tools/wheels/null_rpaths.py -v repair dist/xacc_rigetti-0.1.2-$version-linux_x86_64.whl
13+
$rpath_python /xacc/tools/wheels/null_rpaths.py -v repair dist/xacc_rigetti-0.1.3-$version-linux_x86_64.whl
1414
done

0 commit comments

Comments
 (0)