Skip to content

Commit 5f76c34

Browse files
committed
Bump Cirro api client
1 parent 7993807 commit 5f76c34

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cirro"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "CLI tool and SDK for interacting with the Cirro platform"
55
authors = ["Cirro Bio <[email protected]>"]
66
license = "MIT"
@@ -11,7 +11,7 @@ packages = [{include = "cirro"}]
1111
[tool.poetry.dependencies]
1212
python = "^3.9"
1313
attrs = ">=21.3.0"
14-
cirro_api_client = "0.0.11"
14+
cirro_api_client = "0.1.0"
1515
click = "^8.1.3"
1616
boto3 = "~=1.34"
1717
questionary = "^2.0.1"

0 commit comments

Comments
 (0)