We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d40401 commit 2ca1a72Copy full SHA for 2ca1a72
README.md
@@ -22,7 +22,7 @@ optional arguments:
22
-i INSTALL, --install INSTALL
23
Install clang-tools with specific version. default is 12.
24
```
25
-For example
+For example, install clang-tools version 13
26
27
```bash
28
$ sudo clang-tools --install 13
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="clang_tools",
8
- version="0.0.1",
+ version="0.1.0",
9
description="Install clang-tools (clang-format, clang-tidy) with pip",
10
long_description=long_description,
11
long_description_content_type="text/markdown",
0 commit comments