diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 4efbaff..42926e9 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -66,7 +66,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.10' - name: Check that tag version matches code version run: | diff --git a/ai_models_panguweather/__init__.py b/ai_models_panguweather/__init__.py index 1dc7578..dddd955 100644 --- a/ai_models_panguweather/__init__.py +++ b/ai_models_panguweather/__init__.py @@ -5,4 +5,4 @@ # granted to it by virtue of its status as an intergovernmental organisation # nor does it submit to any jurisdiction. -__version__ = "0.0.6" +__version__ = "0.0.7"