From 98a3275b132354b28ffcae551227dd449f49be56 Mon Sep 17 00:00:00 2001 From: Nathan Vaughn Date: Fri, 29 Mar 2024 16:36:32 -0500 Subject: [PATCH] Fix setup steps in readme --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe16e06..6d7a4ad 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ class _YSettings(YAMLClass): python -m pip install pipx --upgrade pipx ensurepath pipx install poetry -pipx install simple-file-settings +pipx install vscode-task-runner # (Optionally) Add pre-commit plugin poetry self add poetry-pre-commit-plugin ``` diff --git a/pyproject.toml b/pyproject.toml index 0eedcbc..4e81716 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "simple-file-settings" - version = "0.1.1" + version = "0.1.2" description = "Access and updates settings from a file as a class." license = "MIT" readme = "README.md"