Skip to content

Commit

Permalink
Bump version: 0.5.8 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-goeldi committed Apr 18, 2023
1 parent acc9280 commit b59a210
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 = 0.5.8
current_version = 0.6.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 @@
# KFactory 0.5.8
# KFactory 0.6.0

Kfactory is a [gdsfactory](https://github.com/gdsfactory/gdsfactory)-like tool. It is built with [KLayout](https://klayout.de) as a backend instead of gdstk, but aims to offer the similar featuers.

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 = "kfactory"
version = "0.5.8"
version = "0.6.0"
copyright = "2022"
# author = "kfactory"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
requires-python = ">=3.10"


version = "0.5.8"
version = "0.6.0"
authors = [
{name = "gdsfactory community", email = "contact@gdsfactory.com"},
]
Expand Down
2 changes: 1 addition & 1 deletion src/kfactory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from .config import logger


__version__ = "0.5.8"
__version__ = "0.6.0"


__all__ = [
Expand Down

0 comments on commit b59a210

Please sign in to comment.