Skip to content

Commit

Permalink
chore: miscellaneous updates
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhui committed Dec 29, 2024
1 parent 918841a commit 74abbe7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion singstat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .types import Url

NAME = 'singstat'
VERSION = '2.0.1' # Production
VERSION = '2.0.2' # Production
# VERSION = f'{VERSION}.{datetime.now().strftime("%Y%m%d%H%M")}' # Development
AUTHOR = 'Yuhui'
AUTHOR_EMAIL = 'yuhuibc@gmail.com'
Expand Down
1 change: 0 additions & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
from typeguard import check_type

from singstat import Client
from singstat.exceptions import APIError
from singstat.types import MetadataDict, ResourceIdDict, TabledataDict

from .mocks.api_response_empty_data import (
Expand Down

0 comments on commit 74abbe7

Please sign in to comment.