Skip to content

Commit

Permalink
Merge pull request #26 from lpm0073/next
Browse files Browse the repository at this point in the history
style: ensure that __version__.py generation matches black rules
  • Loading branch information
lpm0073 authored Nov 28, 2023
2 parents 3e419eb + edc0988 commit 66daa64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/semanticVersionBump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
run: |
echo "# -*- coding: utf-8 -*-" > ${{ env.VERSION_FILE }}
echo "__version__ = \"${{ env.NEXT_VERSION }}\"" >> ${{ env.VERSION_FILE }}
echo "" >> ${{ env.VERSION_FILE }}
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add ${{ env.VERSION_FILE }}
Expand Down
3 changes: 1 addition & 2 deletions grader/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '1.2.0'

__version__ = "1.2.0"

0 comments on commit 66daa64

Please sign in to comment.