Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
darshan
darshan
Commits
67df16e6
Commit
67df16e6
authored
May 05, 2021
by
Shane Snyder
Browse files
updated PyDarshan versions for 3.3.0.2
parent
078cf4f3
Changes
3
Hide whitespace changes
Inline
Side-by-side
darshan-util/pydarshan/darshan/__init__.py
View file @
67df16e6
...
...
@@ -3,8 +3,8 @@ PyDarshan provides direct log access for reading binary Darshan logs.
PyDarshan also provides a suite of analysis utilities.
"""
__version__
=
'3.3.0.
1
'
__darshanutil_version__
=
'3.3.0
-pre2
'
__version__
=
'3.3.0.
2
'
__darshanutil_version__
=
'3.3.0'
import
logging
logger
=
logging
.
getLogger
(
__name__
)
...
...
darshan-util/pydarshan/setup.cfg
View file @
67df16e6
[bumpversion]
current_version = 3.3.0.
1
current_version = 3.3.0.
2
commit = False
tag = False
...
...
darshan-util/pydarshan/setup.py
View file @
67df16e6
...
...
@@ -76,6 +76,6 @@ setup(
test_suite
=
"tests"
,
tests_require
=
test_requirements
,
url
=
'https://www.mcs.anl.gov/research/projects/darshan/'
,
version
=
'3.3.0.
1
'
,
version
=
'3.3.0.
2
'
,
zip_safe
=
False
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment