Skip to content

Commit

Permalink
pip releae: 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
atilag committed Oct 17, 2017
1 parent 2fc674f commit 22fc4f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qiskit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
#from .simulators import UnitarySimulator


__version__ = '0.3.6'
__version__ = '0.3.7'
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from setuptools import setup
from qiskit import __version__


packages = ["qiskit",
Expand Down Expand Up @@ -27,7 +26,7 @@

setup(
name="qiskit",
version=__version__,
version="0.3.7",
description="Software for developing quantum computing programs",
long_description="""QISKit is a software development kit for writing quantum
computing experiments, programs, and applications. Works with Python 3.5 and 3.6""",
Expand Down

0 comments on commit 22fc4f3

Please sign in to comment.