Skip to content

Commit

Permalink
0.9 release foo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Oostendorp committed Jun 13, 2011
1 parent d9e7dca commit 7fbbc18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ Much improved performance in JpegStreamer
Fixed favicon bug
Internal module structure split by class/function
new Image manipulation functions: rotate(), warp(), shear()
new shell mode based on iPython
added morph operators dialate(), erode()
new shell mode based on iPython invoke with python -m SimpleCV.__init__
fix threads not exiting cleanly bug
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6'
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.6.0'
release = '0.9.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys, os

setup(name="SimpleCV",
version="0.6",
version="0.9",
description="A kinder, gentler Python Vision Library",
long_description="""Super-library for machine vision wrappers in Python, providing a unified, pythonic interface to image aquisition, conversion, manipulation, and feature extraction.""",
classifiers=[
Expand All @@ -20,7 +20,7 @@
keywords='opencv, cv, machine vision, computer vision, image recognition, kinect, freenect',
author='Ingenuitas Inc',
author_email='[email protected]',
url='http://sf.net/p/simplecv',
url='http://simplecv.sf.net/',
license='BSD',
packages = find_packages(exclude=['ez_setup', 'examples', 'tests', 'sampleimages']),
zip_safe = True,
Expand Down

0 comments on commit 7fbbc18

Please sign in to comment.