From 249cfa681c2be1cb811ddb5bc7c66ddd7b2af765 Mon Sep 17 00:00:00 2001 From: joaquin Date: Sun, 6 Mar 2022 08:24:24 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.3=20=E2=86=92=201.3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 4 ++-- docs/conf.py | 2 +- setup.py | 2 +- ubcpdk/__init__.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9b4d3f92..8abaf3a5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.3 +current_version = 1.3.4 commit = True tag = True diff --git a/README.md b/README.md index 8cedbe30..0de70bee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# UBCpdk 1.3.3 +# UBCpdk 1.3.4 [![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/) @@ -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.3.3` +If you use linux or MacOs you can install directly from pip `pip install ubcpdk` specify a specific version `pip install ubcpdk==1.3.4` and update to the latest version with `pip install ubcpdk --upgrade` I also recommend you install the gdsfactory link to klayout `gf tool install` diff --git a/docs/conf.py b/docs/conf.py index 8f96edb0..becde5e2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,5 @@ project = "ubcpdk" -version = "1.3.3" +version = "1.3.4" copyright = "2019, gdsfactory" author = "gdsfactory" diff --git a/setup.py b/setup.py index 3277ef09..3d840229 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def get_install_requires(): setup( name="ubcpdk", - version="1.3.3", + version="1.3.4", url="https://github.com/gdsfactory/ubc", include_package_data=True, license="MIT", diff --git a/ubcpdk/__init__.py b/ubcpdk/__init__.py index be82e1b5..0e424956 100644 --- a/ubcpdk/__init__.py +++ b/ubcpdk/__init__.py @@ -10,7 +10,7 @@ gf.asserts.version(">=4.2.1") lys = gf.layers.load_lyp(PATH.lyp) -__version__ = "1.3.3" +__version__ = "1.3.4" __all__ = [ "CONFIG",