Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
schandrika authored Oct 2, 2024
1 parent aa6876b commit 80c9b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "volttron-postgresql-historian"
version = "1.0.0"
version = "2.0.0rc0"
description = "VOLTTRON historian agent that stores data in a PostgreSQL database. It extends the SQLHistorian class."
authors = ["VOLTTRON Team <[email protected]>"]
license = "Apache License 2.0"
Expand All @@ -12,7 +12,7 @@ packages = [ { include = "historian", from = "src" } ]

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
volttron-lib-sql-historian=">=1.0.0"
volttron-lib-sql-historian=">=2.0.0rc0"
psycopg2-binary = "^2.9.5"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 80c9b18

Please sign in to comment.