From 4bd19d54d031b676a654d9ab934da9fa6edd9d3e Mon Sep 17 00:00:00 2001 From: Simon Howroyd Date: Tue, 13 Feb 2024 20:50:45 +0000 Subject: [PATCH] Fixed action matrix --- .github/workflows/python-testing.yml | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-testing.yml b/.github/workflows/python-testing.yml index 51a7353..6345150 100644 --- a/.github/workflows/python-testing.yml +++ b/.github/workflows/python-testing.yml @@ -23,10 +23,10 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - - name: Set up Python ${{ matrix.python-version }} + - name: Set up Python ${{ matrix.python_version }} uses: actions/setup-python@v5 with: - python-version: ${{ matrix.python-version }} + python-version: ${{ matrix.python_version }} - name: Install dependencies run: | git submodule update --init --recursive @@ -50,10 +50,10 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - - name: Set up Python ${{ matrix.python-version }} + - name: Set up Python ${{ matrix.python_version }} uses: actions/setup-python@v5 with: - python-version: ${{ matrix.python-version }} + python-version: ${{ matrix.python_version }} - name: Install dependencies run: | git submodule update --init --recursive diff --git a/pyproject.toml b/pyproject.toml index fc120d9..5f93a49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "twitchirc_drgreengiant" -version = "2.0.0" +version = "2.1.0" authors = [{ name = "Simon Howroyd", email = "howroydlsu@gmail.com" }] description = "A simple receive only Twitch IRC client" keywords = ["twitch", "irc", "chat"]