diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4bd136..ef2f4b3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r configs/dev/requirements.test.txt - pip install -r requirements.txt + pip install . pip install tox - name: tox test run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d1614..c0c02a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.5.1 (2025-01-17) + +### Fix + +- add missing self to workflow + ## v0.5.0 (2025-01-17) ### Feat diff --git a/README.md b/README.md index 4b58275..fc1ebd0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # INIT - Python -[![release: 0.5.0](https://img.shields.io/badge/rel-0.5.0-blue.svg?style=flat-square)](https://github.com/artdotlis/INITpy) +[![release: 0.5.1](https://img.shields.io/badge/rel-0.5.1-blue.svg?style=flat-square)](https://github.com/artdotlis/INITpy) [![The Unlicense](https://img.shields.io/badge/License-Unlicense-brightgreen.svg?style=flat-square)](https://choosealicense.com/licenses/unlicense/) [![Documentation Status](https://img.shields.io/badge/docs-GitHub-blue.svg?style=flat-square)](https://artdotlis.github.io/INITpy/) diff --git a/pyproject.toml b/pyproject.toml index d800533..a70feb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "initpy" -version = "0.5.0" +version = "0.5.1" description = """Initial bare-bone Python project.""" readme = "README.md" authors = [