Skip to content

Commit

Permalink
Add set_alt_baseurl to init
Browse files Browse the repository at this point in the history
  • Loading branch information
nakedmcse committed Jan 31, 2025
1 parent d9d3bce commit cc3d5f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "waifuvault"
version = "1.5.3"
version = "1.5.4"
authors = [
{ name="Walker Aldridge", email="walker@waifuvault.moe" },
]
Expand Down
3 changes: 2 additions & 1 deletion src/waifuvault/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
AlbumResponse)
from .waifuvault import (upload_file, file_info, get_file, delete_file, file_update, create_bucket, get_bucket,
delete_bucket, get_restrictions, clear_restrictions, get_file_stats, create_album, delete_album,
get_album, associate_file, disassociate_file, share_album, revoke_album, download_album)
get_album, associate_file, disassociate_file, share_album, revoke_album, download_album,
set_alt_baseurl)

0 comments on commit cc3d5f4

Please sign in to comment.