Skip to content

Commit

Permalink
1.0.6 release
Browse files Browse the repository at this point in the history
Added second pool close to avoid OS files open error
  • Loading branch information
cotterpl committed Jan 18, 2019
1 parent 0474739 commit 34725f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_stable.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ scipy==1.2.0
six==1.12.0
sklearn==0.0
statsmodels==0.9.0
-e git+git@github.com:intive-DataScience/tbats.git@a499501013fafa2ed8b03f5b11e16f69cba9882a#egg=tbats
-e git+git@github.com:intive-DataScience/tbats.git@0474739ff3e6f57601d5b544f6efeb86a2c5d023#egg=tbats
tqdm==4.28.1
twine==1.12.1
urllib3==1.24.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run_tests(self):

setuptools.setup(
name='tbats',
version='1.0.5',
version='1.0.6',
packages=setuptools.find_packages(exclude=('test', 'test_R')),
url='https://github.com/intive-DataScience/tbats',
license='MIT License',
Expand Down

0 comments on commit 34725f8

Please sign in to comment.