diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 048fa62..c83d808 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.3 +current_version = 2.1.0 commit = True tag = True sign_tags = True diff --git a/CITATION.cff b/CITATION.cff index 91cee19..c9b9099 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.0.3 +version: 2.1.0 date-released: 2021-08-16 repository-code: https://github.com/DanielKotik/Optical-beams-MEEP license: MIT diff --git a/optbeam/__init__.py b/optbeam/__init__.py index dfe4376..9b26d54 100644 --- a/optbeam/__init__.py +++ b/optbeam/__init__.py @@ -1,5 +1,5 @@ -__version__ = "2.0.3" +__version__ = "2.1.0" from math import (degrees as _degrees, asin as _asin, diff --git a/setup.py b/setup.py index d1de360..0cedb61 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="optbeam", - version="2.0.3", + version="2.1.0", description=("Simulation of reflection and refraction of polarized " "opticial beams at plane and curved dielectric interfaces"), long_description=readme,