Skip to content

Commit

Permalink
bump version to 0.1.0 (#106)
Browse files Browse the repository at this point in the history
* update authors list for pypi package
  • Loading branch information
slabasan authored May 19, 2023
1 parent b08a3c9 commit 4852a48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ uniformity as to how performance is measured and controlled.
Contributors
**************

- Dong H. Ahn
- Dong H. Ahn (NVIDIA)
- Stephanie Brink
- James Corbett
- Stephen Herbein (NVIDIA)
Expand Down
8 changes: 3 additions & 5 deletions src/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@

[tool.poetry]
name = "perfflowaspect"
version = "0.0.1"
version = "0.1.0"
description = "A tool to analyze cross-cutting performance concerns of composite scientific workflows."
authors = [
"Dong H. Ahn <[email protected]>",
"Stephen Herbein <[email protected]>",
"James Corbett <[email protected]>",
"Francesco Di Natale <[email protected]>",
"Tapasya Patki <[email protected]>",
"Stephanie Brink <[email protected]>",
]
license = "LGPL-3.0-only"

Expand Down
6 changes: 3 additions & 3 deletions src/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ def load_readme():
name="perfflowaspect",
description="tool to analyze cross-cutting performance concerns of "
"composite scientific workflows.",
version="0.0.1",
author="Dong H. Ahn, Stephen Herbein, James Corbett, Francesco Di Natale",
author_email="ahn1@llnl.gov, [email protected], [email protected], dinatale3@llnl.gov",
version="0.1.0",
author="Tapasya Patki, Stephanie Brink",
author_email="patki1@llnl.gov, brink2@llnl.gov",
packages=["perfflowaspect"],
entry_points={},
install_requires=["psutil"],
Expand Down

0 comments on commit 4852a48

Please sign in to comment.