Skip to content

Commit

Permalink
Bump up to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Oct 24, 2020
1 parent 9f18dbf commit eba1c41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@


def get_long_description() -> str:

readme_filepath = os.path.join(os.path.dirname(__file__), "README.md")
with open(readme_filepath) as f:
return f.read()

setup(
name="optuna-dashboard",
version="0.0.1",
version="0.0.2",
description="Web dashboard for Optuna.",
long_description=get_long_description(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit eba1c41

Please sign in to comment.