Bumped version and tweaked Bluesky message

This commit is contained in:
Jamie Hardt
2024-11-26 11:19:01 -08:00
parent f48c164e1b
commit a717589683
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ jobs:
uses: myConsciousness/bluesky-post@v5 uses: myConsciousness/bluesky-post@v5
with: with:
text: | 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. reading CMX EDLs.
link-preview-url: ${{ github.server_url }}/${{ github.repository }} link-preview-url: ${{ github.server_url }}/${{ github.repository }}
identifier: ${{ secrets.BLUESKY_APP_USER }} identifier: ${{ secrets.BLUESKY_APP_USER }}

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "pycmx" name = "pycmx"
version = "1.2.2" version = "1.2.3"
description = "Python CMX 3600 Edit Decision List Parser" description = "Python CMX 3600 Edit Decision List Parser"
authors = ["Jamie Hardt <jamiehardt@me.com>"] authors = ["Jamie Hardt <jamiehardt@me.com>"]
license = "MIT" license = "MIT"