Skip to content

Commit

Permalink
fix(package): Update version in toml file to 0.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
samiralavi committed May 13, 2024
1 parent 4449343 commit ba3438b
Showing 1 changed file with 1 addition and 1 deletion.
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 = "pyaqueduct"
version = "0.0.7"
version = "0.0.8"
description = "Aqueduct Python Client Library"
authors = ["Aqueduct Team <aqueduct@riverlane.com>"]
license = "MIT"
Expand Down

1 comment on commit ba3438b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
pyaqueduct
   experiment.py62198%85
pyaqueduct/client
   client.py1727258%44–50, 103–108, 134, 137, 148–153, 188, 202–207, 237–242, 263–280, 299–304, 327–332, 352–357, 380, 387–392, 421–422, 459–460
   types.py39197%20
TOTAL3337478% 

Tests Skipped Failures Errors Time
19 0 💤 0 ❌ 0 🔥 1.272s ⏱️

Please sign in to comment.