Skip to content

Commit 65950f4

Browse files
committed
release 0.1.1
1 parent 1283c80 commit 65950f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ceviche/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# used for setup.py
22
name = "ceviche"
33

4-
__version__ = '0.1.0'
4+
__version__ = '0.1.1'
55

66
from .fdtd import fdtd
77
from .fdfd import fdfd_ez, fdfd_hz

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='ceviche',
18-
version='0.1.0',
18+
version='0.1.1',
1919
description='Ceviche',
2020
long_description=readme,
2121
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)