From 27c374dcb1af5794aa2823c0242c468a156bfb81 Mon Sep 17 00:00:00 2001 From: Daniel Kotik Date: Mon, 16 Aug 2021 15:21:35 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.3=20=E2=86=92=202.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CITATION.cff | 2 +- optbeam/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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,