From 64cdbc3ad3ceb3ece3a7854fcabeff652edcbe4f Mon Sep 17 00:00:00 2001 From: jevans Date: Sun, 21 Jul 2013 12:31:14 -0400 Subject: [PATCH] Bumping setup.py to 0.2.4 official. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba8d257..95e778b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import sys kwargs = {'name': 'Glymur', - 'version': '0.2.4rc1', + 'version': '0.2.4', 'description': 'Tools for accessing JPEG2000 files', 'long_description': open('README.md').read(), 'author': 'John Evans',