diff --git a/CHANGELOG.md b/CHANGELOG.md index 60366ee..6fb302b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.3.2 (2025-01-15) + +### Fix + +- remove shell spawning + ## v0.3.1 (2025-01-15) ### Fix diff --git a/README.md b/README.md index 32ec679..26ced9b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # INIT - Python -[![release: 0.3.1](https://img.shields.io/badge/rel-0.3.1-blue.svg?style=flat-square)](https://github.com/artdotlis/INITpy) +[![release: 0.3.2](https://img.shields.io/badge/rel-0.3.2-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 5b2bf8b..70dab8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "initpy" -version = "0.3.1" +version = "0.3.2" description = """Initial bare-bone Python project.""" readme = "README.md" authors = [