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 d7d612e commit ee108e0Copy full SHA for ee108e0
sdf/__init__.py
@@ -7,7 +7,7 @@
7
8
from . import hdf5
9
10
-__version__ = '0.3.1'
+__version__ = '0.3.2'
11
12
_object_name_pattern = re.compile('[a-zA-Z][a-zA-Z0-9_]*')
13
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
3
setup(name="SDF",
4
- version="0.3.1",
+ version="0.3.2",
5
description="Scientific Data Format",
6
url="https://github.com/ScientificDataFormat/SDF-Python",
author="Torsten Sommer",
0 commit comments