Skip to content

Commit d1593f6

Browse files
Release v1.1.1
Signed-off-by: Lucas Heitzmann Gabrielli <lucas@flexcompute.com>
1 parent 89181a2 commit d1593f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "siepic-forge"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
authors = [{name = "Flexcompute Inc.", email = "info@flexcompute.com"}]
55
description = "SiEPIC PDK implementation for PhotonForge"
66
readme = "README.md"
7-
dependencies = ["photonforge >= 1.1.0"]
7+
dependencies = ["photonforge >= 1.1.4"]
88

99
[project.optional-dependencies]
1010
test = ["pytest >= 7.2"]

siepic_forge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .technology import ebeam
22
from .component import component, component_names
33

4-
__version__ = "1.1.0"
4+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)