From 2b9df3c4ed4058b8960d596e94d09ac29a03570a Mon Sep 17 00:00:00 2001 From: Daniel Kotik Date: Sun, 15 Aug 2021 16:08:42 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.2=20=E2=86=92=202.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- CITATION.cff | 2 +- optbeam/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8215009..b2985b3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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 diff --git a/CITATION.cff b/CITATION.cff index a5c1c5f..966d855 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/optbeam/__init__.py b/optbeam/__init__.py index d921dd4..dfe4376 100644 --- a/optbeam/__init__.py +++ b/optbeam/__init__.py @@ -1,5 +1,5 @@ -__version__ = "2.0.2" +__version__ = "2.0.3" from math import (degrees as _degrees, asin as _asin, diff --git a/setup.py b/setup.py index b0b7b5c..9f2ac15 100644 --- a/setup.py +++ b/setup.py @@ -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,