Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41cd025

Browse files
committed
Move version into separate file
1 parent 37807da commit 41cd025

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

packages/python/plotly/plotly/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,3 @@ def hist_series(data_frame, **kwargs):
176176
skip += ["figsize", "bins", "legend"]
177177
new_kwargs = {k: kwargs[k] for k in kwargs if k not in skip}
178178
return histogram(data_frame, **new_kwargs)
179-
180-
__version__ = "6.3.0"
181-
version = __version__
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "6.3.0"

packages/python/plotly/setup.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)