Skip to content

Commit

Permalink
Merge pull request #10 from eclipse-volttron/main
Browse files Browse the repository at this point in the history
Merge to develop
  • Loading branch information
craig8 authored Nov 29, 2022
2 parents cb2a714 + 8b158ad commit 0cafd4f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ profile = "black"

[tool.poetry]
name = "volttron-lib-fake-driver"
version = "0.1.0"
description = "Fake Driver supported and maintained by the Volttron team."
authors = ["Mark Bonicillo <[email protected]>"]
version = "0.2.0-rc"
description = "A minimal implementation of a driver for the VOLTTRON platform."
authors = ["VOLTTRON Team <[email protected]>"]
license = "Apache License 2.0"
readme = "README.md"
repository = "https://github.com/eclipse-volttron/volttron-lib-fake-driver"
Expand All @@ -27,10 +27,10 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
volttron-lib-base-driver = "^0.1.1a3"
volttron-lib-base-driver = "^0.2.0rc0"

[tool.poetry.group.dev.dependencies]
volttron-testing = "^0.3.1a9"
volttron-testing = "^0.4.0rc0"
pytest = "^6.2.5"
pytest-cov = "^3.0.0"
mock = "^4.0.3"
Expand Down

0 comments on commit 0cafd4f

Please sign in to comment.