Skip to content

Commit

Permalink
version 1.1.1: finish RIFE-v4 supports
Browse files Browse the repository at this point in the history
Signed-off-by: ArchieMeng <[email protected]>
  • Loading branch information
ArchieMeng committed Mar 5, 2022
1 parent e39aef0 commit f6d55b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Release
on:
push:
branches:
- 'master'
tags:
- "*"
- '*'

jobs:
setup:
if: github.event.base_ref == "refs/heads/master"
runs-on: ubuntu-latest
outputs:
APPNAME: ${{ steps.get_appname.outputs.APPNAME }}
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = rife-ncnn-vulkan-python
version = 1.1.0
version = 1.1.1
author = ArchieMeng
author_email = [email protected]
maintainer = K4YT3X
Expand Down

0 comments on commit f6d55b1

Please sign in to comment.