Skip to content

Commit a1412d9

Browse files
committed
Bump version: 0.1.6 → 0.1.7
1 parent 1d5ab0f commit a1412d9

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.6
2+
current_version = 0.1.7
33
commit = True
44
tag = True
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# klayout_pyxs 0.1.6
1+
# klayout_pyxs 0.1.7
22

33
This is a python port of the XSection project
44
(https://github.com/klayoutmatthias/xsection).

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project = "klayout_pyxs"
22
copyright = "2019, Dzmitry Pustakhod"
33
author = "Dzmitry Pustakhod"
4-
release = "0.1.6"
4+
release = "0.1.7"
55

66
extensions = [
77
"matplotlib.sphinxext.plot_directive",

klayout_pyxs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def _poly_repr(self):
8686

8787
from klayout_pyxs.pyxs_lib import XSectionScriptEnvironment
8888

89-
__version__ = "0.1.6"
89+
__version__ = "0.1.7"
9090

9191
__all__ = [
9292
"XSectionScriptEnvironment",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="klayout_pyxs",
16-
version="0.1.6",
16+
version="0.1.7",
1717
url="https://github.com/dimapu/klayout_pyxs",
1818
license="MIT",
1919
author="Dima Pustakhod",

0 commit comments

Comments
 (0)