Skip to content

Commit a2dead1

Browse files
committed
Update requirements.txt and setup.py
1 parent fda0cdd commit a2dead1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
pydantic==1.6.2
33

44
# code formatting
5-
black==19.10b0
5+
black==21.6b0
66

77
# test tool
8-
pytest==5.4.2
8+
pytest==6.2.4
99

1010
# PyPi
11-
twine==3.1.1
11+
twine==3.4.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="openapi-schema-pydantic",
8-
version="1.1.0",
8+
version="1.2.0",
99
author="Kuimono",
1010
description="OpenAPI (v3) specification schema as pydantic class",
1111
long_description=long_description,

0 commit comments

Comments
 (0)