Skip to content

Commit

Permalink
update version string
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Oct 16, 2023
1 parent ac43b56 commit 3ffc890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "version=$(echo $GITHUB_REF | sed 's#.*/v##')" >> $GITHUB_ENV
- name: Autobump version
run: |
PLACEHOLDER="__version__ = 'develop'"
PLACEHOLDER="__version__ = '0.0.0dev'"
REPLACEMENT="__version__ = '${{ env.version }}'"
VERSION_FILE="weconnect/__version.py"
# ensure the placeholder is there. If grep doesn't find the placeholder
Expand Down
2 changes: 1 addition & 1 deletion weconnect/__version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = 'develop'
__version__ = '0.0.0dev'

0 comments on commit 3ffc890

Please sign in to comment.