Skip to content

Commit

Permalink
New version 905 fixes a minor bug with recent version of matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoViML committed Jun 10, 2024
1 parent 8ff96c6 commit 63f4b3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autoviz/AutoViz_Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def warn():
# sns.set(style="whitegrid", color_codes=True)
import re
import pprint
# matplotlib.style.use('seaborn')
matplotlib.style.use('fivethirtyeight')
from itertools import cycle, combinations
import sys
from io import BytesIO
Expand Down
2 changes: 1 addition & 1 deletion autoviz/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__author__ = "Ram Seshadri"
__description__ = "Automatically Visualize any data set any size with a Single Line of Code"
__url__ = "https://github.com/AutoViML/AutoViz.git"
__version__ = "0.1.904"
__version__ = "0.1.905"
__holo_version__ = "0.0.4"
__license__ = "Apache License 2.0"
__copyright__ = "2020-21 Google"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

setuptools.setup(
name="autoviz",
version="0.1.904",
version="0.1.905",
author="Ram Seshadri",
description="Automatically Visualize any dataset, any size with a single line of code",
long_description=long_description,
Expand Down

0 comments on commit 63f4b3c

Please sign in to comment.