Skip to content

Commit

Permalink
0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRannou committed May 2, 2018
1 parent 451b9f6 commit b8fe462
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
####################################
PyPx - 0.12
PyPx - 0.13
####################################

.. image:: https://badge.fury.io/py/pypx.svg
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[nosetests]
nocapture=1
nocapture=1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def readme():
return f.read()

setup(name='pypx',
version='0.12',
version='0.13',
description='Wrapper around DCMTK for PACS related actions (echo, find, move and listen)',
long_description=readme(),
url='http://github.com/fnndsc/pypx',
Expand Down

0 comments on commit b8fe462

Please sign in to comment.