Skip to content

Commit c6f7b99

Browse files
author
Miyazawa Akira
committed
Update version
1 parent 2b83cf5 commit c6f7b99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
__pycache__
2+
*.pyc
23
*.egg-info/
34
.ipynb_checkpoints
45

@@ -9,4 +10,3 @@ resources/prices/*
910
resources/headlines/*
1011
*.toml
1112
!*example.toml
12-
*.pyc

reporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.0'
1+
__version__ = '1.0.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
author='Akira Miyazawa, Tatsuya Aoki, Fumiya Yamamoto, Soichiro Murakami, and Akihiko Watanabe',
1010
1111
url='https://github.com/aistairc/market-reporter',
12-
packages=find_packages(exclude=['docs', 'envs', 'resources', 'tests']),
12+
packages=find_packages(exclude=['docs', 'envs', 'figures', 'resources', 'tests']),
1313
test_suite='tests')

0 commit comments

Comments
 (0)