Skip to content

Commit e266522

Browse files
author
Jeff Olsen
committed
bump version for pypi publish
1 parent 93bce8e commit e266522

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mord/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from . import utils
44
from . import threshold_based
55

6-
__version__ = '0.5'
6+
__version__ = '0.6'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='mord',
5-
version="0.5",
5+
version="0.6",
66
description='Ordinal regression models',
77
long_description=open('README.rst').read(),
88
author='Fabian Pedregosa',

0 commit comments

Comments
 (0)