Skip to content

Commit 4641944

Browse files
committed
Version 1.0.8: removed root logging configuration and added python versions 3.9 and 3.10
1 parent a8f182d commit 4641944

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ def readme():
1515
"Programming Language :: Python :: 3.6",
1616
"Programming Language :: Python :: 3.7",
1717
"Programming Language :: Python :: 3.8",
18+
"Programming Language :: Python :: 3.9",
19+
"Programming Language :: Python :: 3.10",
1820
]
1921

2022
install_requires = [
@@ -24,7 +26,7 @@ def readme():
2426

2527
setup(
2628
name="pydantic-to-typescript",
27-
version="1.0.7",
29+
version="1.0.8",
2830
description="Convert pydantic models to typescript interfaces",
2931
license="MIT",
3032
long_description=readme(),

0 commit comments

Comments
 (0)