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 017e4e3 commit 20efc4dCopy full SHA for 20efc4d
sdf/__init__.py
@@ -5,7 +5,7 @@
5
6
from . import hdf5
7
8
-__version__ = '0.3.5'
+__version__ = '0.3.6'
9
10
_object_name_pattern = re.compile('[a-zA-Z][a-zA-Z0-9_]*')
11
setup.py
@@ -11,7 +11,7 @@ def readme():
12
13
setup(name='SDF',
14
- version='0.3.5',
+ version='0.3.6',
15
description="Work with Scientific Data Format files in Python",
16
long_description=readme(),
17
url="https://github.com/ScientificDataFormat/SDF-Python",
0 commit comments