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 7a61c67 commit 0111936Copy full SHA for 0111936
darshan-util/pydarshan/darshan/__init__.py
@@ -3,8 +3,8 @@
3
PyDarshan also provides a suite of analysis utilities.
4
"""
5
6
-__version__ = '3.4.7.0'
7
-__darshanutil_version__ = '3.4.7'
+__version__ = '3.5.0'
+__darshanutil_version__ = '3.5.0'
8
9
import logging
10
logger = logging.getLogger(__name__)
darshan.version
@@ -1 +1 @@
1
-3.4.7
+3.5.0
0 commit comments