Skip to content

Commit 2e2cfbc

Browse files
committed
Bump to v0.3.0
1 parent a9370df commit 2e2cfbc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "google-api-python-client-stubs"
3-
version = "0.2.0.post1"
3+
version = "0.3.0"
44
description = "Type stubs for google-api-python-client"
55
authors = ["Henrik Bruådal <[email protected]>"]
66
readme = "README.md"
@@ -16,14 +16,14 @@ classifiers = [
1616

1717
[tool.poetry.dependencies]
1818
python = "^2.7 || ^3.4"
19-
google-api-python-client = "^1.12.3"
20-
typing = {version = "^3.7.4", python = "<3.5"}
19+
google-api-python-client = "^1.12.5"
20+
typing = { version = "^3.7.4", python = "<3.5" }
2121
typing-extensions = "^3.7.4"
2222

2323
[tool.poetry.dev-dependencies]
24-
mypy = {version = "^0.782", python = "^3.5"}
25-
black = {version = "^20.8b1", python = "^3.6"}
26-
isort = {version = "^5.5.4", python = "^3.6"}
24+
mypy = { version = "^0.782", python = "^3.5" }
25+
black = { version = "^20.8b1", python = "^3.6" }
26+
isort = { version = "^5.5.4", python = "^3.6" }
2727

2828
[tool.isort]
2929
profile = "black"

0 commit comments

Comments
 (0)