diff --git a/release.txt b/release.txt index 2b4ecce..17d55e0 100644 --- a/release.txt +++ b/release.txt @@ -10,7 +10,7 @@ | | | | | pass. | +-----------+--------+--------+--------+--------------------------------------+ | Mac | X | | | MacPorts with both OpenJPEG 1.5.1 | -| 10.6.8 | | | | and OpenJPEG svn. 354 of 455 tests | +| 10.6.8 | | | | and OpenJPEG svn. 354 of 456 tests | | | | | | should pass. | +-----------+--------+--------+--------+--------------------------------------+ | Mac | X | | | MacPorts with both OpenJPEG 1.5.1 | @@ -18,7 +18,7 @@ | | | | | should pass. | +-----------+--------+--------+--------+--------------------------------------+ | Mac | | X | | MacPorts with both OpenJPEG 1.5.1 | -| 10.6.8 | | | | and OpenJPEG svn. 379 of 460 tests | +| 10.6.8 | | | | and OpenJPEG svn. 379 of 461 tests | | | | | | should pass. | +-----------+--------+--------+--------+--------------------------------------+ | Mac | | X | | MacPorts with both OpenJPEG 1.5.1 | @@ -26,7 +26,7 @@ | | | | | should pass. | +-----------+--------+--------+--------+--------------------------------------+ | Mac | | | X | MacPorts with both OpenJPEG 1.5.1 | -| 10.6.8 | | | | and OpenJPEG svn. 407 of 460 | +| 10.6.8 | | | | and OpenJPEG svn. 407 of 461 | | | | | | tests should pass. | +-----------+--------+--------+--------+--------------------------------------+ | Mac | | | X | MacPorts with both OpenJPEG 1.5.1 | @@ -45,7 +45,7 @@ | CentOS | X | | | Ships with 1.3.0. 169 of 456 tests | | 6.3 | | | | should pass. | +-----------+--------+--------+--------+--------------------------------------+ -| Raspberry | | X | | Ships with 1.3.0. 171 of 455 tests | +| Raspberry | | X | | Ships with 1.3.0. 171 of 456 tests | | Pi | | | | should pass. | | Debian 7 | | | | | +-----------+--------+--------+--------+--------------------------------------+ diff --git a/setup.py b/setup.py index 3f72b75..f725631 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import sys kwargs = {'name': 'Glymur', - 'version': '0.3.0rc1', + 'version': '0.3.0', 'description': 'Tools for accessing JPEG2000 files', 'long_description': open('README.md').read(), 'author': 'John Evans',