Skip to content

Commit

Permalink
Bump version: 1.2.1 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquin committed Feb 15, 2022
1 parent e06f688 commit f68d93d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 = 1.2.1
current_version = 1.3.0
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UBCpdk 1.2.1
# UBCpdk 1.3.0

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/gdsfactory/ubc/HEAD)
[![pypi](https://img.shields.io/pypi/v/ubcpdk)](https://pypi.org/project/ubcpdk/)
Expand Down Expand Up @@ -47,7 +47,7 @@ gf tool install

Mamba is a faster alternative to conda, if you don't want to install mamba, you can also replace `mamba install gdspy -y` with `conda install -c conda-forge gdspy -y`

If you use linux or MacOs you can install directly from pip `pip install ubcpdk` specify a specific version `pip install ubcpdk==1.2.1`
If you use linux or MacOs you can install directly from pip `pip install ubcpdk` specify a specific version `pip install ubcpdk==1.3.0`
and update to the latest version with `pip install ubcpdk --upgrade`

I also recommend you install the gdsfactory link to klayout `gf tool install`
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project = "ubcpdk"
version = "1.2.1"
version = "1.3.0"
copyright = "2019, gdsfactory"
author = "gdsfactory"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_install_requires():

setup(
name="ubcpdk",
version="1.2.1",
version="1.3.0",
url="https://github.com/gdsfactory/ubc",
include_package_data=True,
license="MIT",
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 @@

gf.asserts.version(">=4.2.1")
lys = gf.layers.load_lyp(PATH.lyp)
__version__ = "1.2.1"
__version__ = "1.3.0"

__all__ = [
"CONFIG",
Expand Down

0 comments on commit f68d93d

Please sign in to comment.