Skip to content

Commit 3c8ef7b

Browse files
babbushjarrodmcc
authored andcommitted
fixed typo in readme (#7)
* fixed typo in readme * bumped_version_number
1 parent bc662af commit 3c8ef7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This plugin library allows the electronic structure package `PySCF <http://githu
1010
Installation
1111
------------
1212

13-
To start using OpenFermion-Psi4, first install `PySCF <http://github.com/sunqm/pyscf>`__.
13+
To start using OpenFermion-PySCF, first install `PySCF <http://github.com/sunqm/pyscf>`__.
1414
Then, to install the latest development versions of OpenFermion and OpenFermion-PySCF,
1515
clone `this <http://github.com/quantumlib/OpenFermion-PySCF>`__ git repo, change directory to the top level folder and run:
1616

openfermionpyscf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# limitations under the License.
1212

1313
"""Define version number here and read it from setup.py automatically"""
14-
__version__ = "0.1a0"
14+
__version__ = "0.1a1"

0 commit comments

Comments
 (0)