diff --git a/README.md b/README.md index 4df2a7b..e9f498d 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ Automatically update ImportFrom statements to "import modules, not objects". From within your project's virtual environment, install `codemodimportfrom` (as a dev dependency). e.g. -``` +```sh pip install codemodimportfrom ``` ## Usage -``` +```sh # Transform all ImportFrom statements in the file path/to/file.py codemodimportfrom path/to/file.py diff --git a/pyproject.toml b/pyproject.toml index 38b838c..55d3ff3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "codemodimportfrom" -version = "0.7.0" +version = "0.8.0" description = "" authors = ["Your Name "] readme = "README.md"