Skip to content

Commit 416edb0

Browse files
committed
Release version 1.0.0
Add colour module to install requirements
1 parent 621991c commit 416edb0

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
opencv-engine [![Build Status](https://travis-ci.org/thumbor/opencv-engine.png?branch=0.1.0)](https://travis-ci.org/thumbor/opencv-engine)
1+
opencv-engine [![Build Status](https://travis-ci.org/thumbor/opencv-engine.png?branch=1.0.0)](https://travis-ci.org/thumbor/opencv-engine)
22
==============================================================================
33

44
Thumbor engine for the OpenCV imaging library.

opencv_engine/__init__.py

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

44
import logging
55

6-
__version__ = '0.1.0'
6+
__version__ = '1.0.0'
77

88
try:
99
from opencv_engine.engine import Engine # NOQA

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
packages=find_packages(),
4444
include_package_data=True,
4545
install_requires=[
46+
'colour',
4647
'thumbor',
4748
],
4849
extras_require={

0 commit comments

Comments
 (0)