Skip to content

Commit

Permalink
Bump version to 0.10.0 (#528)
Browse files Browse the repository at this point in the history
* bump version to 0.10.0

* fix test
  • Loading branch information
kevinsung authored Jul 22, 2019
1 parent 5b73977 commit a76d9a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/openfermion/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# limitations under the License.

"""Define version number here and read it from setup.py automatically"""
__version__ = "0.10.0.dev"
__version__ = "0.10.0"
2 changes: 1 addition & 1 deletion src/openfermion/utils/_linear_qubit_operator_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_init(self):

def test_get_processes_small(self):
"""Tests get_processes() with a small num."""
num = 2
num = 1
self.assertEqual(self.options.get_processes(num), num)

def test_get_processes_large(self):
Expand Down

0 comments on commit a76d9a5

Please sign in to comment.