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"