Skip to content

Commit

Permalink
MRG: Merge pull request #9 from aerosense-ai/fix/deployment-test
Browse files Browse the repository at this point in the history
FIX: Fix deployment test version
  • Loading branch information
time-trader authored Feb 24, 2023
2 parents 156ca5a + ab5f07b commit ebb37bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "panel-codes-service"
version = "0.2.0"
version = "0.2.1"
description = ""
authors = ["time-trader"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_deployment(self):
}

child = Child(
id="aerosense/panel-codes:0.1.0",
id="aerosense/panel-codes:0.2.0",
backend={"name": "GCPPubSubBackend", "project_name": "aerosense-twined"},
)

Expand Down

0 comments on commit ebb37bf

Please sign in to comment.