diff --git a/.github/workflows/pypi-publish-prod.yml b/.github/workflows/pypi-publish-prod.yml index cdc2ad6..9a76347 100644 --- a/.github/workflows/pypi-publish-prod.yml +++ b/.github/workflows/pypi-publish-prod.yml @@ -31,6 +31,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + python -m pip install . pip install build - name: Check localization status run: | diff --git a/pyproject.toml b/pyproject.toml index 3b1ea35..a4d1886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "todo-or-not" -version = "0.13.22" +version = "0.13.23" description = "todoon integrates the TODOs in your codebase with your GitHub repository" authors = ["TrentonYo "] license = "GPL-3.0-only" diff --git a/todo_or_not/__init__.py b/todo_or_not/__init__.py index a63047c..b73a8bf 100644 --- a/todo_or_not/__init__.py +++ b/todo_or_not/__init__.py @@ -7,7 +7,7 @@ # ##################################################### -__version__ = "0.13.22" +__version__ = "0.13.23" iso_string = "2024-06-18" version_date = datetime.date.fromisoformat(iso_string)