Skip to content

Commit

Permalink
udpate git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
RexWzh committed Aug 10, 2024
1 parent 42d4e9e commit 2661130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "one-api-cli"
version = "0.2.0"
version = "0.2.1"
authors = [
{ name="Rex Wang", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/one_api_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Rex Wang"""
__email__ = '[email protected]'
__version__ = '0.2.0'
__version__ = '0.2.1'

from .account import get_users, update_user, get_user, create_user, delete_user
from .channel import Channel

0 comments on commit 2661130

Please sign in to comment.