From 19f5799baa06cd83960a99d40ffdeca1fc6dc040 Mon Sep 17 00:00:00 2001 From: Aust Date: Tue, 9 Nov 2021 11:19:52 -0700 Subject: [PATCH] Bump version to v0.5.1 --- .bumpversion.cfg | 2 +- README.md | 2 +- simphony/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5d4157da..3abef5fc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.5.1 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? diff --git a/README.md b/README.md index 360296a3..38a826dd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Simphony: A Simulator for Photonic circuits

-Development version +Development version PyPI Version PyPI - Python Version Build Status diff --git a/simphony/__init__.py b/simphony/__init__.py index 20e287d1..8dc90544 100644 --- a/simphony/__init__.py +++ b/simphony/__init__.py @@ -42,7 +42,7 @@ + " detected)." ) -__version__ = "0.5.0" +__version__ = "0.5.1" __license__ = "MIT" __project_url__ = "https://github.com/BYUCamachoLab/simphony" __forum_url__ = "https://github.com/BYUCamachoLab/simphony/issues"