Skip to content

Commit

Permalink
Update package versions in pyproject.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 committed Jan 9, 2024
1 parent 446106b commit 90b802f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gridappsd-field-bus-lib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gridappsd-field-bus"
version = "2024.1.1a0"
version = "2023.12.1"
description = "GridAPPS-D Field Bus Implementation"
authors = [
"C. Allwardt <[email protected]>",
Expand Down Expand Up @@ -28,8 +28,8 @@ context_manager = 'gridappsd.context_manager:main'

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
gridappsd-python = {path="../gridappsd-python-lib", develop=true}
cim-graph = "^0.1.1a0"
gridappsd-python = ">2023"
cim-graph = ">=0.1.1a0"

[tool.poetry.group.dev.dependencies]
pytest = "^6.2.2"
Expand All @@ -49,7 +49,7 @@ ignore_patterns = [
"dist/**",
"docs/**"
]

[tool.yapf]
based_on_style = "pep8"
spaces_before_comment = 4
Expand Down
2 changes: 1 addition & 1 deletion gridappsd-python-lib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gridappsd-python"
version = "2023.9.1"
version = "2023.12.1"
description = "A GridAPPS-D Python Adapter"
authors = [
"C. Allwardt <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gridappsd-python-workspace"
version = "2023.9.1"
version = "2023.12.1"
description = "A GridAPPS-D Python Adapter"
authors = [
"C. Allwardt <[email protected]>",
Expand Down

0 comments on commit 90b802f

Please sign in to comment.