Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Bump version to 0.3.0 and add alpha version disclaimer (#317)
Browse files Browse the repository at this point in the history
* bump version to 0.3.0

* add a suffix

* remove a

* add alpha disclaimer from readme
  • Loading branch information
kevinsung authored and babbush committed Dec 19, 2018
1 parent 945153c commit 6c4ca33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,14 @@ When using OpenFermion-Cirq for research projects, please cite:

We are happy to include future contributors as authors on later releases.

Disclaimer
==========
Alpha Disclaimer
================

**OpenFermion-Cirq is currently in alpha.**
We are still making breaking changes.
We *will* break your code when we make new releases.
We recommend that you target a specific version of OpenFermion-Cirq, and periodically bump to the latest release.
That way you have control over when a breaking change affects you.

Copyright 2018 The OpenFermion Developers.
This is not an official Google product.
2 changes: 1 addition & 1 deletion openfermioncirq/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

"""Define version number here and read it from setup.py automatically"""

__version__ = "0.2.3.dev"
__version__ = "0.3.0"

0 comments on commit 6c4ca33

Please sign in to comment.