Skip to content

Commit

Permalink
release: v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangChen2333 committed Oct 3, 2023
1 parent 25f1df6 commit 753b115
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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 = "mhyy.py"
version = "1.0.1"
version = "1.0.2"
authors = [
{ name = "GuangChen2333", email = "[email protected]" },
]
Expand Down
4 changes: 4 additions & 0 deletions src/mhyy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Entities
from ._client import Client
from ._user import User

# Enums
from ._user import UserType, UserChannel, UserCGGameBiz, UserOpBiz, UserCps
from ._notification import NotificationType, NotificationStatus

0 comments on commit 753b115

Please sign in to comment.