Skip to content

Commit eba1c41

Browse files
committed
Bump up to v0.0.2
1 parent 9f18dbf commit eba1c41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33

44

55
def get_long_description() -> str:
6-
76
readme_filepath = os.path.join(os.path.dirname(__file__), "README.md")
87
with open(readme_filepath) as f:
98
return f.read()
109

1110
setup(
1211
name="optuna-dashboard",
13-
version="0.0.1",
12+
version="0.0.2",
1413
description="Web dashboard for Optuna.",
1514
long_description=get_long_description(),
1615
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)