diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0036c76e..952c5ba6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,11 +19,11 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: - python-version: '3.11' + python-version: '3.13' cache: 'pip' - name: Install dependencies run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 973b2086..ee806fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [1.0.2] - 2026-06-19 + +No major changes bumping due to versioning issue in PyPI publishing. + ## [1.0.1] - 2026-06-19 No major changes bumping due to versioning issue in PyPI publishing. diff --git a/openaq/__init__.py b/openaq/__init__.py index cdf1cc17..0e682ae2 100644 --- a/openaq/__init__.py +++ b/openaq/__init__.py @@ -1,6 +1,6 @@ """OpenAQ Python SDK.""" -__version__ = "1.0.1" +__version__ = "1.0.2" import logging