Skip to content

Commit ccae9b8

Browse files
author
Shane Snyder
committed
updated darshan versions for 3.4.7
1 parent 60d0c88 commit ccae9b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

darshan-util/pydarshan/darshan/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
PyDarshan also provides a suite of analysis utilities.
44
"""
55

6-
__version__ = '3.4.6.0'
7-
__darshanutil_version__ = '3.4.6'
6+
__version__ = '3.4.7.0'
7+
__darshanutil_version__ = '3.4.7'
88

99
import logging
1010
logger = logging.getLogger(__name__)

darshan.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.6
1+
3.4.7

0 commit comments

Comments
 (0)