diff --git a/NOTICE b/NOTICE index 5e8e9f9cb..f511927d5 100644 --- a/NOTICE +++ b/NOTICE @@ -4,8 +4,8 @@ OpenFermion (www.openfermion.org) was developed by: Ryan Babbush (Google) Jarrod McClean (Google) Ian Kivlichan (Harvard) -Damian Steiger (ETH Zurich) Kevin J. Sung (University of Michigan) +Damian Steiger (ETH Zurich) Dave Bacon (Google) Yudong Cao (Harvard) diff --git a/README.rst b/README.rst index c7d3dfef6..bea8cfcdf 100644 --- a/README.rst +++ b/README.rst @@ -116,8 +116,8 @@ Authors `Ryan Babbush `__ (Google), `Jarrod McClean `__ (Google), `Ian Kivlichan `__ (Harvard), -`Damian Steiger `__ (ETH Zurich), `Kevin J. Sung `__ (University of Michigan), +`Damian Steiger `__ (ETH Zurich), `Dave Bacon `__ (Google), `Yudong Cao `__ (Harvard), `Chengyu Dai `__ (University of Michigan), diff --git a/src/openfermion/_version.py b/src/openfermion/_version.py index 1610f5d2e..b89ff0fa3 100644 --- a/src/openfermion/_version.py +++ b/src/openfermion/_version.py @@ -11,4 +11,4 @@ # limitations under the License. """Define version number here and read it from setup.py automatically""" -__version__ = "0.2" +__version__ = "0.3"