mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-19 11:27:45 +08:00
12 lines
404 B
Plaintext
12 lines
404 B
Plaintext
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -17,7 +17,7 @@ MAINTAINER_EMAIL = 'stefan@sun.ac.za'
|
|
URL = 'http://scikit-image.org'
|
|
LICENSE = 'Modified BSD'
|
|
DOWNLOAD_URL = 'http://github.com/scikit-image/scikit-image'
|
|
-VERSION = '0.8.1'
|
|
+VERSION = '0.8.2'
|
|
PYTHON_VERSION = (2, 5)
|
|
DEPENDENCIES = {
|
|
'numpy': (1, 6),
|