Skip to content

Commit

Permalink
v 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnfarrell committed Mar 27, 2023
1 parent e9cc590 commit 14417ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pandastable/__init__.py
Expand Up @@ -4,4 +4,4 @@
matplotlib.use('TkAgg')
from .core import *
from .data import *
__version__ = '0.13.0'
__version__ = '0.13.1'
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name = 'pandastable',
version = '0.13.0',
version = '0.13.1',
description = 'Library for embedding tables in Tkinter using pandas DataFrames',
long_description = long_description,
url='https://github.com/dmnfarrell/pandastable',
Expand All @@ -18,8 +18,8 @@
package_data={'pandastable': ['dataexplore.gif', '../description.txt',
'datasets/*.csv',
'plugins/*.py','plugins/*.R']},
install_requires=['matplotlib>=2.0',
'pandas>=1.1',
install_requires=['matplotlib>=3.0',
'pandas>=1.5',
'numexpr>=2.4',
'xlrd>=0.9',
'future'],
Expand Down

0 comments on commit 14417ac

Please sign in to comment.