Skip to content

Commit 7fbbc18

Browse files
author
Nate Oostendorp
committed
0.9 release foo
1 parent d9e7dca commit 7fbbc18

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ Much improved performance in JpegStreamer
55
Fixed favicon bug
66
Internal module structure split by class/function
77
new Image manipulation functions: rotate(), warp(), shear()
8-
new shell mode based on iPython
8+
added morph operators dialate(), erode()
9+
new shell mode based on iPython invoke with python -m SimpleCV.__init__
910
fix threads not exiting cleanly bug

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '0.6'
48+
version = '0.9'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '0.6.0'
50+
release = '0.9.0'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys, os
33

44
setup(name="SimpleCV",
5-
version="0.6",
5+
version="0.9",
66
description="A kinder, gentler Python Vision Library",
77
long_description="""Super-library for machine vision wrappers in Python, providing a unified, pythonic interface to image aquisition, conversion, manipulation, and feature extraction.""",
88
classifiers=[
@@ -20,7 +20,7 @@
2020
keywords='opencv, cv, machine vision, computer vision, image recognition, kinect, freenect',
2121
author='Ingenuitas Inc',
2222
author_email='support@ingenuitas.com',
23-
url='http://sf.net/p/simplecv',
23+
url='http://simplecv.sf.net/',
2424
license='BSD',
2525
packages = find_packages(exclude=['ez_setup', 'examples', 'tests', 'sampleimages']),
2626
zip_safe = True,

0 commit comments

Comments
 (0)