Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
Updated version after bug fix in commit ddbea06.
  • Loading branch information
abhinaukumar authored Feb 10, 2023
1 parent ddbea06 commit 899635d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
name='videolib',
author='Abhinau Kumar',
author_email='[email protected]',
version='0.1.0',
version='0.1.1',
url='https://github.com/abhinaukumar/videolib',
description='Package for easy Video IO and color conversion in Python.',
install_requires=['numpy', 'scikit-video', 'matplotlib'],
python_requires='>=3.7.0',
license='MIT License',
packages=find_packages()
)
)

0 comments on commit 899635d

Please sign in to comment.