Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jakep-allenai committed Dec 2, 2024
1 parent e709729 commit c5662b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tinyhost/tinyhost.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def tinyhost(html_files: list[str], bucket: str, prefix: str, duration: int, res
if not html_files:
click.echo(tinyhost.get_help(click.Context(tinyhost)))
return

if not bucket:
bucket = run_new_bucket_flow()

Expand Down
2 changes: 1 addition & 1 deletion tinyhost/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_MINOR = "4"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "10"
_PATCH = "11"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""
Expand Down

0 comments on commit c5662b3

Please sign in to comment.