Skip to content

Commit 20efc4d

Browse files
committed
Bump version to 0.3.6
1 parent 017e4e3 commit 20efc4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdf/__init__.py

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

66
from . import hdf5
77

8-
__version__ = '0.3.5'
8+
__version__ = '0.3.6'
99

1010
_object_name_pattern = re.compile('[a-zA-Z][a-zA-Z0-9_]*')
1111

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def readme():
1111

1212

1313
setup(name='SDF',
14-
version='0.3.5',
14+
version='0.3.6',
1515
description="Work with Scientific Data Format files in Python",
1616
long_description=readme(),
1717
url="https://github.com/ScientificDataFormat/SDF-Python",

0 commit comments

Comments
 (0)