From 430265dbfb796b4e58096ce22e1bdf8aa4a38ad5 Mon Sep 17 00:00:00 2001 From: Maarten Everts Date: Mon, 25 Dec 2017 12:34:33 +0100 Subject: [PATCH] Version bump to 0.2.4. --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index fa8be57..df9994a 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup setup(name='pynrrd', - version='0.2.3', + version='0.2.4', description='Pure python module for reading and writing nrrd files.', long_description='Pure python module for reading and writing nrrd files. See the github page for more information.', author='Maarten Everts', @@ -13,11 +13,11 @@ py_modules=['nrrd'], license="MIT License", install_requires=['numpy'], - keywords = ["nrrd"], - classifiers = [ + keywords=["nrrd"], + classifiers=[ "License :: OSI Approved :: MIT License", "Topic :: Scientific/Engineering", "Programming Language :: Python", "Programming Language :: Python :: 3" ] - ) + )