Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 684ae06

Browse files
authored
bump version (#99)
1 parent 782f76b commit 684ae06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

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

1919
steps:
2020
- uses: "actions/checkout@v2"

orm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
)
1616
from orm.models import Model
1717

18-
__version__ = "0.1.5"
18+
__version__ = "0.1.6"
1919
__all__ = [
2020
"NoMatch",
2121
"MultipleMatches",

scripts/publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ fi
2323
set -x
2424

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

0 commit comments

Comments
 (0)