Skip to content

Commit

Permalink
Bump version to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AustP committed Nov 9, 2021
1 parent d449817 commit 19f5799
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.5.1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Simphony: A Simulator for Photonic circuits

<p align="center">
<img alt="Development version" src="https://img.shields.io/badge/master-v0.5.0-informational">
<img alt="Development version" src="https://img.shields.io/badge/master-v0.5.1-informational">
<a href="https://pypi.python.org/pypi/simphony"><img alt="PyPI Version" src="https://img.shields.io/pypi/v/simphony.svg"></a>
<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/simphony">
<a href="https://github.com/BYUCamachoLab/simphony/actions?query=workflow%3A%22build+%28pip%29%22"><img alt="Build Status" src="https://github.com/BYUCamachoLab/simphony/workflows/build%20(pip)/badge.svg"></a>
Expand Down
2 changes: 1 addition & 1 deletion simphony/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 19f5799

Please sign in to comment.