Skip to content

Commit

Permalink
Update to v1.0.2
Browse files Browse the repository at this point in the history
tables (PyTables) dependency from 3.4.2 to 3.3.0 for Conda
  • Loading branch information
peterk87 committed May 23, 2017
1 parent 39fdf33 commit 5db8b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def read(fname):
install_requires=[
'numpy>=1.11.1',
'pandas>=0.18.1',
'tables>=3.4.2',
'tables>=3.3.0',
],
extras_require={
'test': ['pytest>=2.9.2',],
Expand Down
2 changes: 1 addition & 1 deletion sistr/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.0.2'

0 comments on commit 5db8b53

Please sign in to comment.