Skip to content

Commit 230a62a

Browse files
committed
version 0.10.5
have to update __init__.py for travis deployment to work
1 parent ab43080 commit 230a62a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmlreaders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
from .readers import * # noqa
99
from .cmlreader import CMLReader # noqa
1010

11-
__version__ = "0.10.4"
11+
__version__ = "0.10.5"
1212
version_info = namedtuple("VersionInfo", "major,minor,patch")(
1313
*__version__.split('.'))

0 commit comments

Comments
 (0)