Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Oct 25, 2024
1 parent 97b5b62 commit 935e800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
publish-pypi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: Set up Python 3.7
uses: actions/[email protected]
with:
python-version: 3.8
python-version: 3.7
- name: Install dependencies
run: pip install -qU setuptools wheel twine
- name: Generating distribution archives
Expand Down
2 changes: 1 addition & 1 deletion botmaker/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.6.dev0' # pragma: no cover
__version__ = '0.3.6.dev2' # pragma: no cover

0 comments on commit 935e800

Please sign in to comment.