Skip to content

Commit 4852a48

Browse files
authored
bump version to 0.1.0 (#106)
* update authors list for pypi package
1 parent b08a3c9 commit 4852a48

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ uniformity as to how performance is measured and controlled.
5656
Contributors
5757
**************
5858

59-
- Dong H. Ahn
59+
- Dong H. Ahn (NVIDIA)
6060
- Stephanie Brink
6161
- James Corbett
6262
- Stephen Herbein (NVIDIA)

src/python/pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@
88

99
[tool.poetry]
1010
name = "perfflowaspect"
11-
version = "0.0.1"
11+
version = "0.1.0"
1212
description = "A tool to analyze cross-cutting performance concerns of composite scientific workflows."
1313
authors = [
14-
"Dong H. Ahn <[email protected]>",
15-
"Stephen Herbein <[email protected]>",
16-
"James Corbett <[email protected]>",
17-
"Francesco Di Natale <[email protected]>",
14+
"Tapasya Patki <[email protected]>",
15+
"Stephanie Brink <[email protected]>",
1816
]
1917
license = "LGPL-3.0-only"
2018

src/python/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ def load_readme():
2929
name="perfflowaspect",
3030
description="tool to analyze cross-cutting performance concerns of "
3131
"composite scientific workflows.",
32-
version="0.0.1",
33-
author="Dong H. Ahn, Stephen Herbein, James Corbett, Francesco Di Natale",
34-
author_email="ahn1@llnl.gov, [email protected], [email protected], dinatale3@llnl.gov",
32+
version="0.1.0",
33+
author="Tapasya Patki, Stephanie Brink",
34+
author_email="patki1@llnl.gov, brink2@llnl.gov",
3535
packages=["perfflowaspect"],
3636
entry_points={},
3737
install_requires=["psutil"],

0 commit comments

Comments
 (0)