Skip to content

Commit

Permalink
Bump version: 2.0.2 → 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKotik committed Aug 15, 2021
1 parent 63d24ce commit 2b9df3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[bumpversion]
current_version = 2.0.2
#release_date = 2021-08-13
current_version = 2.0.3
commit = True
tag = True
sign_tags = True
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ authors:
- given-names: Jörg
family-names: Götte
version: 2.0.2
date-released: 2021-08-15
date-released: "2022-22-22" 2021-08-15
repository-code: https://github.com/DanielKotik/Optical-beams-MEEP
license: MIT
2 changes: 1 addition & 1 deletion optbeam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = "2.0.2"
__version__ = "2.0.3"

from math import (degrees as _degrees,
asin as _asin,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="optbeam",
version="2.0.2",
version="2.0.3",
description=("Simulation of reflection and refraction of polarized "
"opticial beams at plane and curved dielectric interfaces"),
long_description=readme,
Expand Down

0 comments on commit 2b9df3c

Please sign in to comment.