diff --git a/jpstat/version.py b/jpstat/version.py index 156d6f9..eead319 100644 --- a/jpstat/version.py +++ b/jpstat/version.py @@ -1 +1 @@ -__version__ = '0.0.4' +__version__ = '0.0.5' diff --git a/pyproject.toml b/pyproject.toml index 7e64e85..71b1db3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jpstat" -version = "0.0.4" +version = "0.0.5" description = "A python library for accessing official statistics of Japan." authors = ["Xuanli Zhu "] license = "MIT"