Skip to content

Commit

Permalink
0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
notsag committed Jun 4, 2021
1 parent b300769 commit b640d81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -14,6 +14,9 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion yaml_resume/__init__.py
Expand Up @@ -2,4 +2,4 @@
from .validator import Validator

__all__ = ["Resume", "Validator"]
__version__ = "0.7.9"
__version__ = "0.7.10"

0 comments on commit b640d81

Please sign in to comment.