Skip to content

Commit

Permalink
Bump version: 1.4.2 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKotik committed Aug 15, 2021
1 parent fbbfccd commit 9efbaff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.2
current_version = 2.0.0
commit = True
tag = True
sign_tags = True
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Expand Up @@ -9,7 +9,7 @@ authors:
family-names: Kotik
- given-names: Jörg
family-names: Götte
version: 1.4.2
version: 2.0.0
date-released: 2020-02-28
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__ = "1.4.2"
__version__ = "2.0.0"

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

setup(
name="optbeam",
version="1.4.2",
version="2.0.0",
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 9efbaff

Please sign in to comment.