Skip to content

Commit

Permalink
chore: bump client version
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Jan 14, 2024
1 parent e04cb02 commit 25d1a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:

- name: Install dependencies
run: |
pip -V
pip install --user pdm
pip install --user pdm -qq
pdm install -G test -q
- name: Prepare config
Expand Down
2 changes: 1 addition & 1 deletion aiotieba/const.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAIN_VERSION = "12.53.0.2"
MAIN_VERSION = "12.53.1.0"
POST_VERSION = "12.35.1.0"

APP_SECURE_SCHEME = "https"
Expand Down

0 comments on commit 25d1a0d

Please sign in to comment.