Skip to content

Commit

Permalink
bumpt to next version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Weigert committed Dec 22, 2016
1 parent 630f4aa commit b0cce17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

setup(name='spimagine',
version=__version__,
description='renders spim data in 3D/4D',
url='http://[email protected]/mweigert/spimagine',
description='OpenCL volume rendering in 3D/4D',
url='https://github.com/maweigert/spimagine',
author='Martin Weigert',
author_email='[email protected]',
license='MIT',
Expand All @@ -19,8 +19,8 @@
'scipy',
'Pillow>=3.3',
"PyOpenGL",
"pyopencl"
,"sortedcontainers"
"pyopencl",
"sortedcontainers"
],

package_data={"spimagine":['volumerender/kernels/*',
Expand Down
2 changes: 1 addition & 1 deletion spimagine/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"""


__version__ = "0.1.3"
__version__ = "0.1.4"

0 comments on commit b0cce17

Please sign in to comment.