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
67f10148
Commit
67f10148
authored
Jan 26, 2021
by
Jakob Luettgau
Browse files
Bump pydarshan to version 0.0.6
parent
b8c412c8
Changes
4
Hide whitespace changes
Inline
Side-by-side
darshan-util/pydarshan/darshan/__init__.py
View file @
67f10148
__version__
=
'0.0.5'
__version__
=
'0.0.6'
__darshanutil_version__
=
'3.2.1'
options
=
{
options
=
{
...
...
darshan-util/pydarshan/darshan/discover_darshan.py
View file @
67f10148
...
@@ -39,7 +39,7 @@ def check_version(ffi=None, libdutil=None):
...
@@ -39,7 +39,7 @@ def check_version(ffi=None, libdutil=None):
import
darshan
import
darshan
package_version
=
darshan
.
__version__
.
split
(
"."
)
package_version
=
darshan
.
__
darshanutil_
version__
.
split
(
"."
)
lib_version
=
lib_version
.
split
(
"."
)
lib_version
=
lib_version
.
split
(
"."
)
if
package_version
[
0
:
3
]
!=
lib_version
[
0
:
3
]:
if
package_version
[
0
:
3
]
!=
lib_version
[
0
:
3
]:
...
...
darshan-util/pydarshan/setup.cfg
View file @
67f10148
[bumpversion]
[bumpversion]
current_version = 0.0.
5
current_version = 0.0.
6
commit = False
commit = False
tag = False
tag = False
...
@@ -19,9 +19,9 @@ exclude = docs
...
@@ -19,9 +19,9 @@ exclude = docs
ignore = E501 E231 E265 E303 E271 E272
ignore = E501 E231 E265 E303 E271 E272
[aliases]
[aliases]
# Define setup.py command aliases here
test = pytest
test = pytest
[tool:pytest]
[tool:pytest]
collect_ignore = ['setup.py']
collect_ignore = ['setup.py']
testpaths = tests
testpaths = tests
darshan-util/pydarshan/setup.py
View file @
67f10148
...
@@ -53,6 +53,6 @@ setup(
...
@@ -53,6 +53,6 @@ setup(
test_suite
=
'tests'
,
test_suite
=
'tests'
,
tests_require
=
test_requirements
,
tests_require
=
test_requirements
,
url
=
'https://www.mcs.anl.gov/research/projects/darshan/'
,
url
=
'https://www.mcs.anl.gov/research/projects/darshan/'
,
version
=
'0.0.
5
'
,
version
=
'0.0.
6
'
,
zip_safe
=
False
,
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