Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ichunjo committed Jun 9, 2021
1 parent 2f10215 commit 90c4c0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python -m pip install git+https://github.com/Ichunjo/vardefunc.git
```

# Requirements
* Python 3.8 or newer
* Python 3.9 or newer
* VapourSynth r51 or newer
* vsutil 0.5.0 or newer
* lvsfunc 0.3.1 or newer
* lvsfunc 0.3.4 or newer
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VapourSynth>=51
vsutil>=0.5.0
lvsfunc>=0.3.1
lvsfunc>=0.3.4
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
install_requires = fh.read()

NAME = "vardefunc"
VERSION = "1.1.6"
VERSION = "0.2.6"

setup(
name=NAME,
Expand All @@ -21,10 +21,9 @@
url="https://github.com/Ichunjo/vardefunc",
packages=["vardefunc"],
install_requires=install_requires,
python_requires=">=3.8",
python_requires=">=3.9",
zip_safe=False,
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 90c4c0c

Please sign in to comment.