From 0750fed2d07aae6ff5e4a8bcf55bef57605900be Mon Sep 17 00:00:00 2001 From: jevans Date: Sun, 18 Aug 2013 20:13:56 -0400 Subject: [PATCH] Finalizing 0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b57fef1..6249662 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import sys kwargs = {'name': 'Glymur', - 'version': '0.4.0rc1', + 'version': '0.4.0', 'description': 'Tools for accessing JPEG2000 files', 'long_description': open('README.md').read(), 'author': 'John Evans',