diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e882aa0..ba15979 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.1 +current_version = 2.1.2 commit = True tag = True sign_tags = True diff --git a/CITATION.cff b/CITATION.cff index 43b0dbe..73b653f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/optbeam/__init__.py b/optbeam/__init__.py index d49cffa..bcb6130 100644 --- a/optbeam/__init__.py +++ b/optbeam/__init__.py @@ -1,5 +1,5 @@ -__version__ = "2.1.1" +__version__ = "2.1.2" from math import (degrees as _degrees, asin as _asin, diff --git a/setup.py b/setup.py index 227afb5..8bf17db 100644 --- a/setup.py +++ b/setup.py @@ -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,