Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyWu committed Sep 2, 2021
1 parent 690acf4 commit b1b922c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = vsdpir
version = 1.1.0
version = 1.2.0
author = HolyWu
description = DPIR function for VapourSynth
long_description = file: README.md
Expand All @@ -15,7 +15,7 @@ classifiers =

[options]
zip_safe = False
packages = vsdpir
packages = find:
python_requires = >=3.6
install_requires =
numpy
Expand All @@ -24,4 +24,4 @@ install_requires =
tqdm

[options.package_data]
vsdpir = *.pth
* = *.pth

0 comments on commit b1b922c

Please sign in to comment.