Skip to content

Commit

Permalink
Bump version: 2.1.1 → 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKotik committed Aug 17, 2021
1 parent 21080ef commit e612957
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.1
current_version = 2.1.2
commit = True
tag = True
sign_tags = True
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Expand Up @@ -9,7 +9,7 @@ authors:
family-names: Kotik
- given-names: Jörg
family-names: Götte
version: 2.1.1
date-released: 2021-08-16
version: 2.1.2
date-released: 2021-08-17
repository-code: https://github.com/DanielKotik/Optical-beams-MEEP
license: MIT
2 changes: 1 addition & 1 deletion optbeam/__init__.py
@@ -1,5 +1,5 @@

__version__ = "2.1.1"
__version__ = "2.1.2"

from math import (degrees as _degrees,
asin as _asin,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@

setup(
name="optbeam",
version="2.1.1",
version="2.1.2",
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 e612957

Please sign in to comment.