We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bb1d5 commit 41b096aCopy full SHA for 41b096a
odml/__init__.py
@@ -8,7 +8,7 @@
8
from .tools.odmlparser import allowed_parsers as parsers
9
10
11
-__version__ = '1.3.1'
+__version__ = '1.3.2'
12
13
# the original property-function is overwritten
14
# so get it back!
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name='odML',
21
- version='1.3.1',
+ version='1.3.2',
22
description='open metadata Markup Language',
23
author='G-Node',
24
author_email='[email protected]',
0 commit comments