We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7afccf commit ad72d43Copy full SHA for ad72d43
packages/python/plotly/setup.py
@@ -420,7 +420,7 @@ def run(self):
420
421
# update plotly.js version in _plotlyjs_version
422
rev = build_info["vcs_revision"]
423
- date = build_info["committer_date"]
+ date = str(build_info["committer_date"])
424
version = "_".join([self.devrepo, self.devbranch, date[:10], rev[:8]])
425
overwrite_plotlyjs_version_file(version)
426
0 commit comments