Skip to content

Commit

Permalink
release v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ReiRev committed Sep 17, 2023
1 parent 717e77e commit d7887c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/kabupy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .jpx import Jpx
from .kabuyoho import Kabuyoho

__version__ = "0.0.6"
__version__ = "0.0.7"

kabuyoho = Kabuyoho()
jpx = Jpx()

0 comments on commit d7887c7

Please sign in to comment.