Skip to content

Commit

Permalink
Iterate v1.0.2 (#38)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

iterate to v1.0.2 to test workflow

* Update setup.py

iterate to v1.0.2 to test workflow
  • Loading branch information
gisellerosetta authored Oct 11, 2023
1 parent 2785d8c commit c689455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "py_af_colours"
license = {file = "LICENSE"}
version = "1.0.1"
version = "1.0.2"
authors = [
{ name="Analysis Standards and Pipelines Team", email="[email protected]" },
]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

setup(
name = "py_af_colours",
version = "1.0.1",
version = "1.0.2",
author = "Analysis standards and Pipelines team",
author_email = "[email protected]",
url = "https://best-practice-and-impact.github.io/py-af-colours/",
install_requires = [
"pyyaml"
],
packages = find_packages(),
)
)

0 comments on commit c689455

Please sign in to comment.