diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 9f70406..146e0f6 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -1,7 +1,7 @@ on: push: branches: - - "master" + - "main" name: Create Release @@ -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 diff --git a/est_proxy/version.py b/est_proxy/version.py index 94432f8..a913dc2 100644 --- a/est_proxy/version.py +++ b/est_proxy/version.py @@ -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'