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 9f18dbf commit eba1c41Copy full SHA for eba1c41
setup.py
@@ -3,14 +3,13 @@
3
4
5
def get_long_description() -> str:
6
-
7
readme_filepath = os.path.join(os.path.dirname(__file__), "README.md")
8
with open(readme_filepath) as f:
9
return f.read()
10
11
setup(
12
name="optuna-dashboard",
13
- version="0.0.1",
+ version="0.0.2",
14
description="Web dashboard for Optuna.",
15
long_description=get_long_description(),
16
long_description_content_type="text/markdown",
0 commit comments