We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f182d commit 4641944Copy full SHA for 4641944
setup.py
@@ -15,6 +15,8 @@ def readme():
15
"Programming Language :: Python :: 3.6",
16
"Programming Language :: Python :: 3.7",
17
"Programming Language :: Python :: 3.8",
18
+ "Programming Language :: Python :: 3.9",
19
+ "Programming Language :: Python :: 3.10",
20
]
21
22
install_requires = [
@@ -24,7 +26,7 @@ def readme():
24
26
25
27
setup(
28
name="pydantic-to-typescript",
- version="1.0.7",
29
+ version="1.0.8",
30
description="Convert pydantic models to typescript interfaces",
31
license="MIT",
32
long_description=readme(),
0 commit comments