Skip to content

Commit

Permalink
openapi extras were mislabeled. (Version 0.6.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
luhn committed Oct 20, 2021
1 parent c7c432f commit 1abc86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

VERSION = "0.6.2"
VERSION = "0.6.3"
CLASSIFIERS = [
"Development Status :: 3 - Alpha",
"Framework :: Pyramid",
Expand All @@ -25,7 +25,7 @@
]

EXTRAS_REQUIRE = {
"apispec": [
"openapi": [
"apispec~=3.0",
"PyYAML~=5.4",
],
Expand Down

0 comments on commit 1abc86e

Please sign in to comment.