diff --git a/.github/workflows/make_release_bins.yml b/.github/workflows/make_release_bins.yml index 6334794..bff1df3 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.09.0" + automatic_release_tag: "v24.12.0" prerelease: true title: "Fix Release" files: | diff --git a/osc_tui/main.py b/osc_tui/main.py index 1153a3e..20393df 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 = 240900 +VERSION = 241200 # GLOBALS METHODS CURRENT_GRID=None diff --git a/setup.py b/setup.py index 1c9fd04..04eed84 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def get_long_description(): setup( name='osc-tui', - version="24.09.0", + version="24.12.0", long_description=get_long_description(), long_description_content_type="text/markdown", packages=find_packages(),