Skip to content

Commit fd4acce

Browse files
Release v1.1.0
Signed-off-by: Lucas Heitzmann Gabrielli <lucas@flexcompute.com>
1 parent 0a7bac3 commit fd4acce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v1.1.0 - Unreleased
3+
## v1.1.0 - 2025-03-04
44

55
### Added
66
- Electrical interfaces.

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.0rc2"
3+
version = "1.1.0"
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.0rc1"]
7+
dependencies = ["photonforge >= 1.1.0"]
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.0rc2"
4+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)