Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Bump version: 0.9.9 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
limdauto committed Oct 1, 2017
1 parent a061094 commit 1379c3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drf_openapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding=utf-8
__author__ = """Lim H."""
__email__ = '[email protected]'
__version__ = '0.9.9'
__version__ = '1.0.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.9
current_version = 1.0.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setup(
name='drf_openapi',
version='0.9.9',
version='1.0.0',
description="Utilities to generate OpenAPI-compatible schema from API made with Django Rest Framework",
long_description=readme + '\n\n' + history,
author="Lim H.",
Expand Down

0 comments on commit 1379c3d

Please sign in to comment.