Files
scikit-image/debian/patches/up_correct_version
T

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),