Skip to content

Commit

Permalink
incrementing version
Browse files Browse the repository at this point in the history
Signed-off-by: Alex McCaskey <mccaskeyaj@ornl.gov>
  • Loading branch information
Alex McCaskey committed Nov 6, 2018
1 parent c0b4844 commit 6c5dac1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.1.10
0.1.11
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -89,6 +89,8 @@ def build_extension(self, ext):
description='Hardware-agnostic quantum programming framework',
long_description='XACC provides a language and hardware agnostic programming framework for hybrid classical-quantum applications.',
ext_modules=[CMakeExtension('xacc')],
install_requires=['numpy','ipopo'],
extras_require=['all':['xacc-rigetti','xacc-ibm','tnqvm','xacc-vqe']],
cmdclass={'build_ext':CMakeBuild},
#scripts=['tools/framework/xacc-framework'],
zip_safe=False
Expand Down

0 comments on commit 6c5dac1

Please sign in to comment.