Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keosak committed Aug 23, 2023
1 parent 9624815 commit 77bb12f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "maptiler-cloud-cli"
version = "1.1.4"
version = "1.2.0"
description = "CLI utility for MapTiler Cloud"
authors = ["MapTiler <info@maptiler.com>"]
packages = [{include = "maptiler", from = "src"}]
packages = [{ include = "maptiler", from = "src" }]
license = "MIT"
repository = "https://github.com/maptiler/maptiler-cloud-cli"
documentation = "https://docs.maptiler.com/cloud/admin-api/"
Expand All @@ -17,7 +17,6 @@ python = ">=3.8"
click = "^8.0"
requests = "^2.26"


[tool.poetry.group.dev.dependencies]
black = "23.3.0"
pytest = "^7.0"
Expand Down

0 comments on commit 77bb12f

Please sign in to comment.