Skip to content

Commit 6622d3e

Browse files
committed
bump version: 0.3.3
1 parent 8972509 commit 6622d3e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
[tool.poetry]
22
name = "poetry-types"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "A poetry plugin that adds/removes type stubs as dependencies like the mypy --install-types command."
55
authors = ["Jan Vollmer <jan@vllmr.dev>"]
66
license = "MIT License"
77
readme="README.md"
88
repository="https://github.com/jvllmr/poetry-types"
99
classifiers=[
10-
"Programming Language :: Python :: 3",
11-
"Programming Language :: Python :: 3.7",
12-
"Programming Language :: Python :: 3.8",
13-
"Programming Language :: Python :: 3.9",
14-
"Programming Language :: Python :: 3.10",
1510
"License :: OSI Approved :: MIT License",
1611
"Operating System :: OS Independent",
1712
"Natural Language :: English",

0 commit comments

Comments
 (0)