Skip to content

Commit

Permalink
updated ver
Browse files Browse the repository at this point in the history
  • Loading branch information
MujyKun committed Jun 26, 2022
1 parent 734be9c commit d973b16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: MujyKun
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion Weverse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__title__ = 'Weverse'
__author__ = 'MujyKun'
__license__ = 'MIT'
__version__ = '1.1.5'
__version__ = '1.1.6'


def check_expired_token(func):
Expand Down
2 changes: 1 addition & 1 deletion examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
weverse>=1.1.5
weverse>=1.1.6
python-dotenv~=0.18.0

0 comments on commit d973b16

Please sign in to comment.