Skip to content

Commit 935e800

Browse files
committed
version
1 parent 97b5b62 commit 935e800

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
publish-pypi:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@master
11+
- uses: actions/checkout@v4
1212
- name: Set up Python 3.7
1313
uses: actions/setup-python@v4.7.0
1414
with:
15-
python-version: 3.8
15+
python-version: 3.7
1616
- name: Install dependencies
1717
run: pip install -qU setuptools wheel twine
1818
- name: Generating distribution archives

botmaker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.6.dev0' # pragma: no cover
1+
__version__ = '0.3.6.dev2' # pragma: no cover

0 commit comments

Comments
 (0)