Skip to content

Commit

Permalink
[fix] release workflow - bump to 0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Apr 1, 2021
1 parent 5eb29d3 commit c28a471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: "[ PREPARE ] install packages"
run: |
sudo apt-get install -y curl twine python3
sudo apt-get install -y curl twine python3 python3-mechanicalsoup
- name: "[ PREPARE ] Get current version"
uses: oprypin/find-latest-tag@v1
Expand Down
2 changes: 1 addition & 1 deletion dkb_robo/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '0.10.5'
__version__ = '0.10.6'

0 comments on commit c28a471

Please sign in to comment.