Skip to content

Commit 37288bb

Browse files
committed
v0.3.8
1 parent 7745423 commit 37288bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gds_fdtd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__author__ = """Mustafa Hammood"""
55
__email__ = "mustafa@siepic.com"
6-
__version__ = "0.3.7"
6+
__version__ = "0.3.8"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "flit_core.buildapi"
88
# ────────────────────────── project meta ─────────────────────────
99
[project]
1010
name = "gds_fdtd"
11-
version = "0.3.7"
11+
version = "0.3.8"
1212
description = "Minimalist utilities for photonic FDTD workflows."
1313
authors = [{ name = "Mustafa Hammood", email = "mustafa@siepic.com" }]
1414
license = { text = "MIT" }

0 commit comments

Comments
 (0)