diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index afddc50..7319fbf 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -20,10 +20,10 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: v0.0.2a - release_name: v0.0.2a + tag_name: v0.0.3 + release_name: v0.0.3 body: | - Adding DESIRED_DATE as environment variable + logout_from_website() method added draft: false prerelease: false diff --git a/__version__.py b/__version__.py index 5ebf923..8dbfdad 100644 --- a/__version__.py +++ b/__version__.py @@ -1 +1 @@ -__version__ = '0.0.2a' \ No newline at end of file +__version__ = '0.0.3' \ No newline at end of file