From ba2d861bdc8fdf18278fb7ebe9990c0934690b90 Mon Sep 17 00:00:00 2001 From: Oscar Higgott Date: Sat, 11 Dec 2021 16:38:16 +0000 Subject: [PATCH] Bump version to 0.5 --- src/pymatching/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pymatching/_version.py b/src/pymatching/_version.py index a1109569..438518f0 100644 --- a/src/pymatching/_version.py +++ b/src/pymatching/_version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0" +__version__ = "0.5.0"