From 7ec69b200beae0d3f0b5244b6440fb6c67fc1d38 Mon Sep 17 00:00:00 2001 From: Tetsu Haruyama Date: Wed, 10 Jul 2024 15:38:24 +0900 Subject: [PATCH] 0.8.11 --- CHANGES.md | 2 +- py4macro/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4a765cc..35b8407 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -v0.8.11a, 2024-07-10 +v0.8.11, 2024-07-10 * `README.md`を更新 * 各データの変数定義の表示を変更 * Windowsでデータを読み込めないbug(`os.walk()`に変更) diff --git a/py4macro/__init__.py b/py4macro/__init__.py index 7939d4b..b5a1a72 100644 --- a/py4macro/__init__.py +++ b/py4macro/__init__.py @@ -7,7 +7,7 @@ __all__ = ['data','trend','show','xvalues','recessions','fukyo', 'see'] __author__ = 'Tetsu Haruyama' -__version__ = '0.8.11a' +__version__ = '0.8.11' __copyright__ = 'Copyright (c) 2024 Tetsu Haruyama' __doc__ = """ diff --git a/setup.py b/setup.py index a8df131..b763b7a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='py4macro', - version='0.8.11a', + version='0.8.11', author='Tetsu Haruyama', author_email='haruyama@econ.kobe-u.ac.jp', packages=find_packages(exclude=("data_generation",)),