Skip to content

Commit f6aa6db

Browse files
committed
v0.5.6
1 parent c18f7d4 commit f6aa6db

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.5
2+
current_version = 0.5.6
33
commit = False
44
tag = True
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PyMWM is a metallic waveguide mode solver written in Python.
1616
It provides the dispersion relation, i.e. the relation between propagation constant β = α + iγ (with phase constant α and attenuation constant γ) and angular frequency ω, for cylindrical waveguide, coaxial waveguide, and planer waveguide (slits). It also provides the distribution of mode fields.
1717

1818
## Version
19-
0.5.5
19+
0.5.6
2020

2121
## Install
2222
#### Install and update using pip

conda_pkg/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.5.5" %}
1+
{% set version = "0.5.6" %}
22

33
package:
44
name: pymwm

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from recommonmark.transform import AutoStructify
22

33
project = "PyMWM"
4-
version = "0.5.5"
4+
version = "0.5.6"
55
copyright = "2021, Munehiro Nishida"
66
author = "Munehiro Nishida"
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name="pymwm",
22-
version="0.5.5",
22+
version="0.5.6",
2323
url="https://github.com/mnishida/PyMWM",
2424
license="MIT",
2525
author="Munehiro Nishida",

src/pymwm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
__author__ = "Munehiro Nishida"
4-
__version__ = "0.5.5"
4+
__version__ = "0.5.6"
55
__license__ = "MIT"
66

77

0 commit comments

Comments
 (0)