Skip to content

Commit

Permalink
bump ver: v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Feb 5, 2022
1 parent e92fdfe commit a95225f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Python package
name: unit_test

on:
push:
pull_request:

jobs:
build:
unit_test:

runs-on: ubuntu-latest
strategy:
Expand Down
2 changes: 1 addition & 1 deletion README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Action: https://github.com/marketplace/actions/md2zhihu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: drmingdrmer/md2zhihu@v0.9
- uses: drmingdrmer/md2zhihu@v0.10
env:
GITHUB_USERNAME: ${{ github.repository_owner }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: drmingdrmer/md2zhihu@v0.9
- uses: drmingdrmer/md2zhihu@v0.10
env:
GITHUB_USERNAME: ${{ github.repository_owner }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.9"
__version__ = "0.10"
__name__ = "md2zhihu"

0 comments on commit a95225f

Please sign in to comment.