Skip to content

Commit

Permalink
Merge pull request #112 from FAIRDataPipeline/dev
Browse files Browse the repository at this point in the history
Bump Version
  • Loading branch information
RyanJField authored Dec 2, 2024
2 parents ab86c95 + 16ecfc1 commit 35c4e4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pyDataPipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
run: mv pySimpleModel ../pySimpleModel
- name: Run Tests on Windows
run: |
poetry cache clear pypi --all
poetry install
pip3 install fair-cli
fair registry install
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "data_pipeline_api"
version = "0.8.0"
version = "0.9.0"
description = "Python api to interact with the Fair Data Pipeline"
authors = [
"Ryan J Field <[email protected]>",
Expand Down Expand Up @@ -36,15 +36,15 @@ requests = "^2.23.0"
PyYAML = "^6.0"

[tool.poetry.dev-dependencies]
pytest = "^7.0.0"
pytest = "^8.3.4"
black = "*"
mypy = "*"
flake8 = "*"
poetry = "^1.1.12"
pytest-mock = "*"
pytest-dependency = "*"
pytest-cov = "*"
pre-commit = "^2.17.0"
pre-commit = "^4.0.1"
isort = "^5.10.1"
Sphinx = "*"
sphinx-rtd-theme = "*"
Expand Down

0 comments on commit 35c4e4f

Please sign in to comment.