diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 58f266f..7b1d719 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v3 diff --git a/vt/version.py b/vt/version.py index 0279081..9c3c264 100644 --- a/vt/version.py +++ b/vt/version.py @@ -1,3 +1,3 @@ """Defines VT release version.""" -__version__ = "0.18.1" +__version__ = "0.18.2"