Skip to content

Commit

Permalink
[rel] version bump to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Apr 24, 2021
1 parent 3d32083 commit 9ddc416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- "master"
- "main"

name: Create Release

Expand Down Expand Up @@ -43,6 +43,6 @@ jobs:
# release_name: hahohe ${{ env.TAG_NAME }}
# body_path: body.txt
body: |
[Changelog](https://github.com/grindsa/est_proxy/blob/master/CHANGES.md)
[Changelog](https://github.com/grindsa/est_proxy/blob/main/CHANGES.md)
draft: false
prerelease: false
2 changes: 1 addition & 1 deletion est_proxy/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.0.1'
__version__ = '0.1.0'

0 comments on commit 9ddc416

Please sign in to comment.