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 <archiemeng@protonmail.com>
  • Loading branch information
ArchieMeng committed Mar 2, 2022
1 parent 8f07448 commit bda08f8
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 = archiemeng@protonmail.com
maintainer = K4YT3X
Expand Down

0 comments on commit bda08f8

Please sign in to comment.