Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pecorarista committed Nov 7, 2018
1 parent 2b83cf5 commit c6f7b99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
__pycache__
*.pyc
*.egg-info/
.ipynb_checkpoints

Expand All @@ -9,4 +10,3 @@ resources/prices/*
resources/headlines/*
*.toml
!*example.toml
*.pyc
2 changes: 1 addition & 1 deletion reporter/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '1.0.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
author='Akira Miyazawa, Tatsuya Aoki, Fumiya Yamamoto, Soichiro Murakami, and Akihiko Watanabe',
author_email='[email protected], [email protected]',
url='https://github.com/aistairc/market-reporter',
packages=find_packages(exclude=['docs', 'envs', 'resources', 'tests']),
packages=find_packages(exclude=['docs', 'envs', 'figures', 'resources', 'tests']),
test_suite='tests')

0 comments on commit c6f7b99

Please sign in to comment.