Skip to content

Commit

Permalink
Bump Version from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed Dec 7, 2021
1 parent 41e7b02 commit 3d3b5bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyngo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Pyngo: Pydantic Package for Adding Models into a Django or Django Rest Framework Project"""

__version__ = "1.0.0"
__version__ = "1.1.0"

from .errors import drf_error_details
from .openapi import ParameterDict, openapi_params
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def parse_requirement(req_path: str) -> t.List[str]:

setuptools.setup(
name="pyngo",
version="1.0.0",
version="1.1.0",
author="Yasser Tahiri",
platforms=["any"],
description="Utils to help integrate pydantic into Django projects",
Expand Down

0 comments on commit 3d3b5bf

Please sign in to comment.