From a717589683ed9aa051e6406cd54616762eae06de Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 26 Nov 2024 11:19:01 -0800 Subject: [PATCH] Bumped version and tweaked Bluesky message --- .github/workflows/pythonpublish.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 30502e2..f9bb2ed 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -33,7 +33,7 @@ jobs: uses: myConsciousness/bluesky-post@v5 with: text: | - I've released a new version of pycmx, my module for + I've released a new version of pycmx, my python module for reading CMX EDLs. link-preview-url: ${{ github.server_url }}/${{ github.repository }} identifier: ${{ secrets.BLUESKY_APP_USER }} diff --git a/pyproject.toml b/pyproject.toml index 4aff2d8..d18417e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycmx" -version = "1.2.2" +version = "1.2.3" description = "Python CMX 3600 Edit Decision List Parser" authors = ["Jamie Hardt "] license = "MIT"