Skip to content

Commit da8bfb7

Browse files
committed
bump version and edit NEWS
1 parent 8348eb7 commit da8bfb7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
New in version 0.55
2+
===================
3+
* mincVolume.writeFile: don't choke on some numpy dtypes
4+
* remove obsolete `weave` code from pyminc_test2.py
5+
16
New in version 0.54.0
27
=====================
38
* support non-C-contiguous ndarrays (#37)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='pyminc',
4-
version = '0.54',
4+
version = '0.55',
55
description = "Python interface to libminc",
66
url = "https://github.com/Mouse-Imaging-Centre/pyminc",
77
author = "Jason Lerch",

0 commit comments

Comments
 (0)