diff --git a/docs/conf.py b/docs/conf.py index 6e5aed6..b1e6d23 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = "kabupy" copyright = "2023, ReiRev" author = "ReiRev" -release = "0.0.6" +release = "0.0.7" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/src/kabupy/__init__.py b/src/kabupy/__init__.py index 8c7fadd..54ae6a7 100644 --- a/src/kabupy/__init__.py +++ b/src/kabupy/__init__.py @@ -5,7 +5,7 @@ from .jpx import Jpx from .kabuyoho import Kabuyoho -__version__ = "0.0.6" +__version__ = "0.0.7" kabuyoho = Kabuyoho() jpx = Jpx()