Skip to content

Commit

Permalink
bump version (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee authored Aug 16, 2021
1 parent 782f76b commit 684ae06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.0-beta.3"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.0-rc.1"]

steps:
- uses: "actions/checkout@v2"
Expand Down
2 changes: 1 addition & 1 deletion orm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)
from orm.models import Model

__version__ = "0.1.5"
__version__ = "0.1.6"
__all__ = [
"NoMatch",
"MultipleMatches",
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ fi
set -x

${PREFIX}twine upload dist/*
${PREFIX}mkdocs gh-deploy --force
# ${PREFIX}mkdocs gh-deploy --force

0 comments on commit 684ae06

Please sign in to comment.