Skip to content

Commit ee108e0

Browse files
committed
Version pulled up.
1 parent d7d612e commit ee108e0

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
@@ -7,7 +7,7 @@
77

88
from . import hdf5
99

10-
__version__ = '0.3.1'
10+
__version__ = '0.3.2'
1111

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name="SDF",
4-
version="0.3.1",
4+
version="0.3.2",
55
description="Scientific Data Format",
66
url="https://github.com/ScientificDataFormat/SDF-Python",
77
author="Torsten Sommer",

0 commit comments

Comments
 (0)