Skip to content

Commit 77bb12f

Browse files
committed
Release 1.2.0
1 parent 9624815 commit 77bb12f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tool.poetry]
22
name = "maptiler-cloud-cli"
3-
version = "1.1.4"
3+
version = "1.2.0"
44
description = "CLI utility for MapTiler Cloud"
55
authors = ["MapTiler <info@maptiler.com>"]
6-
packages = [{include = "maptiler", from = "src"}]
6+
packages = [{ include = "maptiler", from = "src" }]
77
license = "MIT"
88
repository = "https://github.com/maptiler/maptiler-cloud-cli"
99
documentation = "https://docs.maptiler.com/cloud/admin-api/"
@@ -17,7 +17,6 @@ python = ">=3.8"
1717
click = "^8.0"
1818
requests = "^2.26"
1919

20-
2120
[tool.poetry.group.dev.dependencies]
2221
black = "23.3.0"
2322
pytest = "^7.0"

0 commit comments

Comments
 (0)