diff --git a/.github/workflows/make_release_bins.yml b/.github/workflows/make_release_bins.yml index 7607aa0..5298d2a 100644 --- a/.github/workflows/make_release_bins.yml +++ b/.github/workflows/make_release_bins.yml @@ -27,7 +27,7 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.TOKEN }}" - automatic_release_tag: "v24.03.0" + automatic_release_tag: "v24.06.0" prerelease: true title: "Fix Release" files: | diff --git a/osc_tui/main.py b/osc_tui/main.py index 60c66f6..1f0d3dc 100644 --- a/osc_tui/main.py +++ b/osc_tui/main.py @@ -33,7 +33,7 @@ # Because it's cool but also a DDOS attack :) # So let's be cool with the API --> No auto refresh! POLL_ENABLED = False -VERSION = 240300 +VERSION = 240600 # GLOBALS METHODS CURRENT_GRID=None diff --git a/setup.py b/setup.py index 74e98ff..efd454d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='osc-tui', - version="24.03.0", + version="24.06.0", packages=find_packages(), author='Outscale SAS', author_email='opensource@outscale.com',