Skip to content

Commit

Permalink
0.12.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnfarrell committed Jul 4, 2019
1 parent 0622fb4 commit a58bb3b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES
Expand Up @@ -7,6 +7,7 @@ CHANGES
------

Fix to mlab griddata bug
Changed griddata to use scipy (but not a dependency)
Added col header color preference

------
Expand Down
2 changes: 1 addition & 1 deletion freeze.py
Expand Up @@ -36,7 +36,7 @@
icon="img/dataexplore.ico")]

setup( name = "DataExplore",
version = "0.12.0",
version = "0.12.1",
description = "Data analysis and plotter",
options = {"build_exe": build_exe_options},
executables = executables)
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.12.0'
__version__ = '0.12.1'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name = 'pandastable',
version = '0.12.0',
version = '0.12.1',
description = 'Library for embedding tables in Tkinter using pandas DataFrames',
long_description = long_description,
url='https://github.com/dmnfarrell/pandastable',
Expand Down

0 comments on commit a58bb3b

Please sign in to comment.