Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 3bf7233

Browse files
bump version dependency
1 parent df55408 commit 3bf7233

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

plotly_express/__init__.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"""
2-
`plotly_express` is now an alias to `plotly.express`
2+
`plotly_express` is now an alias for `plotly.express`
33
"""
44

5-
__version__ = "0.4.0"
5+
__version__ = "0.4.1" # sync with setup.py!
66

77
from plotly.express import *
8-
from plotly.express import line_3d

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name="plotly_express",
17-
version="0.4.0",
17+
version="0.4.1", # sync with __version__ !
1818
description="Plotly Express - a high level wrapper for Plotly.py",
1919
long_description=long_description,
2020
long_description_content_type="text/markdown",
@@ -31,7 +31,7 @@
3131
packages=find_packages(),
3232
install_requires=[
3333
"pandas>=0.20.0",
34-
"plotly>=4.0.0",
34+
"plotly>=4.1.0",
3535
"statsmodels>=0.9.0",
3636
"scipy>=0.18",
3737
"patsy>=0.5",

0 commit comments

Comments
 (0)