Skip to content

Commit

Permalink
release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborvecsei committed Sep 23, 2018
1 parent b59defc commit 55c1beb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Easy to use color tracking package for object tracking based on colors :art:.
```shell
>>> import color_tracker
>>> color_tracker.__version__
'0.1.0'
'0.0.2'
```

There is one **callback**:
Expand Down
2 changes: 1 addition & 1 deletion color_tracker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .utils.camera import WebCamera

__author__ = "Gabor Vecsei"
__version__ = "0.1.0"
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name='color_tracker',
version='0.0.1',
version='0.0.2',
description='Easy to use color tracking package for object tracking based on colors',
long_description=long_description,
url='https://github.com/gaborvecsei/Color-Tracker',
Expand Down

0 comments on commit 55c1beb

Please sign in to comment.