Skip to content

Commit 3b2f8a1

Browse files
committed
Bump version to 0.1.17
1 parent 7d3734d commit 3b2f8a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

beamz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@
116116
__all__ = list(_exports.keys())
117117

118118
# Version information
119-
__version__ = "0.1.16"
119+
__version__ = "0.1.17"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "beamz"
7-
version = "0.1.16" # Match setup.py
7+
version = "0.1.17" # Match setup.py
88
authors = [
99
{ name = "Quentin Wach", email = "quentin.wach+beamz@gmail.com" },
1010
]

setup.py

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

1212
setup(
1313
name="beamz",
14-
version="0.1.16",
14+
version="0.1.17",
1515
author="Quentin Wach",
1616
author_email="quentin.wach+beamz@gmail.com",
1717
description="EM package to create inverse / generative designs for your photonic devices with ease and efficiency.",

0 commit comments

Comments
 (0)