Skip to content

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AustP committed Feb 18, 2022
1 parent bd0ec5a commit 8c4f709
Show file tree
Hide file tree
Showing 4 changed files with 6 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.6.0
current_version = 0.6.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.6.0-informational">
<img alt="Development version" src="https://img.shields.io/badge/master-v0.6.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
3 changes: 3 additions & 0 deletions docs/changelog/0.6.1-changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## [0.6.1] - 2022-02-18

This patch makes the CMRR take beam splitting into account.
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.6.0"
__version__ = "0.6.1"
__license__ = "MIT"
__project_url__ = "https://github.com/BYUCamachoLab/simphony"
__forum_url__ = "https://github.com/BYUCamachoLab/simphony/issues"
Expand Down

0 comments on commit 8c4f709

Please sign in to comment.