File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.5.0
2
+ current_version = 0.5.1
3
3
commit = False
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<build>\d+))?
Original file line number Diff line number Diff line change 1
1
# Simphony: A Simulator for Photonic circuits
2
2
3
3
<p align =" center " >
4
- <img alt =" Development version " src =" https://img.shields.io/badge/master-v0.5.0 -informational " >
4
+ <img alt =" Development version " src =" https://img.shields.io/badge/master-v0.5.1 -informational " >
5
5
<a href =" https://pypi.python.org/pypi/simphony " ><img alt =" PyPI Version " src =" https://img.shields.io/pypi/v/simphony.svg " ></a >
6
6
<img alt =" PyPI - Python Version " src =" https://img.shields.io/pypi/pyversions/simphony " >
7
7
<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 >
Original file line number Diff line number Diff line change 42
42
+ " detected)."
43
43
)
44
44
45
- __version__ = "0.5.0 "
45
+ __version__ = "0.5.1 "
46
46
__license__ = "MIT"
47
47
__project_url__ = "https://github.com/BYUCamachoLab/simphony"
48
48
__forum_url__ = "https://github.com/BYUCamachoLab/simphony/issues"
You can’t perform that action at this time.
0 commit comments