Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyWu committed Dec 30, 2022
1 parent 6160bec commit 91e894f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "vsrife"
version = "3.0.0"
version = "3.1.0"
description = "RIFE function for VapourSynth"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion vsrife/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from torch_tensorrt.fx.lower import Lowerer
from torch_tensorrt.fx.utils import LowerPrecision

__version__ = '3.0.0'
__version__ = '3.1.0'

package_dir = os.path.dirname(os.path.realpath(__file__))

Expand Down

0 comments on commit 91e894f

Please sign in to comment.