Skip to content

Commit 41b096a

Browse files
committed
Version bump: 1.3.2
1 parent e4bb1d5 commit 41b096a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

odml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .tools.odmlparser import allowed_parsers as parsers
99

1010

11-
__version__ = '1.3.1'
11+
__version__ = '1.3.2'
1212

1313
# the original property-function is overwritten
1414
# so get it back!

setup.py

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

1919
setup(
2020
name='odML',
21-
version='1.3.1',
21+
version='1.3.2',
2222
description='open metadata Markup Language',
2323
author='G-Node',
2424
author_email='[email protected]',

0 commit comments

Comments
 (0)