Skip to content

Commit

Permalink
Update version.py (open-mmlab#404)
Browse files Browse the repository at this point in the history
Co-authored-by: jin-s13 <[email protected]>
  • Loading branch information
innerlee and jin-s13 authored Jan 5, 2021
1 parent 476d17f commit 545738f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
rev: 2.1.4
hooks:
- id: markdownlint
args: [ "-r", "~MD002,~MD013,~MD024,~MD029,~MD033,~MD034,~MD036" ]
args: [ "-r", "~MD002,~MD007,~MD013,~MD024,~MD029,~MD033,~MD034,~MD036" ]
- repo: https://github.com/myint/docformatter
rev: v1.3.1
hooks:
Expand Down
2 changes: 1 addition & 1 deletion mmpose/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Open-MMLab. All rights reserved.

__version__ = '0.9.0'
__version__ = '0.10.0'
short_version = __version__

0 comments on commit 545738f

Please sign in to comment.