Skip to content

Commit 5abd195

Browse files
v1.1 Allow multiple waveguides
This update allow to add, delete waveguides like it was already possible with beams.
1 parent 640d305 commit 5abd195

24 files changed

+2009
-1390
lines changed

beampy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# module
3030
from beampy import examples
3131

32-
__version__ = "1.0"
32+
__version__ = "1.1"
3333

3434

3535
def help():

0 commit comments

Comments
 (0)