Skip to content

Commit bbba9a3

Browse files
committed
Bump version to 0.1.19
1 parent 34b4ea9 commit bbba9a3

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
@@ -127,4 +127,4 @@
127127
__all__ = list(_exports.keys())
128128

129129
# Version information
130-
__version__ = "0.1.18"
130+
__version__ = "0.1.19"

pyproject.toml

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

55
[project]
66
name = "beamz"
7-
version = "0.1.18"
7+
version = "0.1.19"
88
dynamic = []
99
authors = [
1010
{ name = "Quentin Wach", email = "quentin.wach+beamz@gmail.com" },

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.18",
14+
version="0.1.19",
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)