Skip to content

Commit

Permalink
fix:bkpaas_auth __version__ 同步 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepSheepChen authored Apr 17, 2024
1 parent ce4ef14 commit 42cef87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/bkpaas-auth/bkpaas_auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = "2.0.6"
__version__ = "2.1.0"


def get_user_by_user_id(user_id: str, username_only: bool = True):
Expand Down

0 comments on commit 42cef87

Please sign in to comment.