Skip to content

Commit

Permalink
Version bump to 0.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhe committed Dec 25, 2017
1 parent b798b1d commit 430265d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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"
]
)
)

0 comments on commit 430265d

Please sign in to comment.