Skip to content

Commit

Permalink
0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-haru committed Jul 10, 2024
1 parent ef2b5c8 commit 7ec69b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.8.11a, 2024-07-10
v0.8.11, 2024-07-10
* `README.md`を更新
* 各データの変数定義の表示を変更
* Windowsでデータを読み込めないbug(`os.walk()`に変更)
Expand Down
2 changes: 1 addition & 1 deletion py4macro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = """
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='py4macro',
version='0.8.11a',
version='0.8.11',
author='Tetsu Haruyama',
author_email='[email protected]',
packages=find_packages(exclude=("data_generation",)),
Expand Down

0 comments on commit 7ec69b2

Please sign in to comment.