Skip to content

Commit

Permalink
Bump version: 2.0.2 → 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Sep 1, 2023
1 parent e02c65a commit 85cc37c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.2
current_version = 2.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ubcpdk (SiEPIC Ebeam PDK) 2.0.2
# ubcpdk (SiEPIC Ebeam PDK) 2.1.0

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/gdsfactory/binder-sandbox/HEAD)
[![pypi](https://img.shields.io/pypi/v/ubcpdk)](https://pypi.org/project/ubcpdk/)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ license = {file = "LICENSE"}
name = "ubcpdk"
readme = "README.md"
requires-python = ">=3.10"
version = "2.0.2"
version = "2.1.0"

[project.optional-dependencies]
dev = [
Expand Down
2 changes: 1 addition & 1 deletion ubcpdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from ubcpdk.config import CONFIG, PATH, module
from ubcpdk.tech import LAYER, LAYER_STACK, LAYER_VIEWS, cross_sections, strip

__version__ = "2.0.2"
__version__ = "2.1.0"

__all__ = [
"CONFIG",
Expand Down
2 changes: 1 addition & 1 deletion ubcpdk/klayout/tech/pymacros/set_menus.lym
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<text>
import pya

__version__ = "2.0.2"
__version__ = "2.1.0"


def set_menu():
Expand Down

0 comments on commit 85cc37c

Please sign in to comment.