Skip to content

Commit d2772c6

Browse files
authored
Merge pull request #8 from skylab-tech/SCP-5-bump-ver
SCP-5 bump ver, install pyvips 2.0.2.
2 parents 764854e + 399db39 commit d2772c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ aiohttp>=3.9.3
22
pylint>=1.8.3
33
pytest-cov>=2.6.1
44
pytest>=3.0.5
5-
pyvips>=2.0.2
5+
pyvips==2.0.2
66
requests>=2.0.0
77
requests_mock>=1.5.2
88
decouple>=0.0.7

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='skylab_studio',
14-
version='0.0.12',
14+
version='0.0.13',
1515
author='skylabtech',
1616
author_email='[email protected]',
1717
packages=find_packages(),

skylab_studio/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
For more information, visit https://studio.skylabtech.ai
44
"""
55

6-
VERSION = '0.0.12'
6+
VERSION = '0.0.13'

0 commit comments

Comments
 (0)