Skip to content

Commit

Permalink
Bump version: 0.1.6 → 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Jul 11, 2022
1 parent 1d5ab0f commit a1412d9
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.1.6
current_version = 0.1.7
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 @@
# klayout_pyxs 0.1.6
# klayout_pyxs 0.1.7

This is a python port of the XSection project
(https://github.com/klayoutmatthias/xsection).
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project = "klayout_pyxs"
copyright = "2019, Dzmitry Pustakhod"
author = "Dzmitry Pustakhod"
release = "0.1.6"
release = "0.1.7"

extensions = [
"matplotlib.sphinxext.plot_directive",
Expand Down
2 changes: 1 addition & 1 deletion klayout_pyxs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def _poly_repr(self):

from klayout_pyxs.pyxs_lib import XSectionScriptEnvironment

__version__ = "0.1.6"
__version__ = "0.1.7"

__all__ = [
"XSectionScriptEnvironment",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="klayout_pyxs",
version="0.1.6",
version="0.1.7",
url="https://github.com/dimapu/klayout_pyxs",
license="MIT",
author="Dima Pustakhod",
Expand Down

0 comments on commit a1412d9

Please sign in to comment.