Skip to content

Commit 2ca1a72

Browse files
committed
Release v0.1.0
1 parent 4d40401 commit 2ca1a72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ optional arguments:
2222
-i INSTALL, --install INSTALL
2323
Install clang-tools with specific version. default is 12.
2424
```
25-
For example
25+
For example, install clang-tools version 13
2626

2727
```bash
2828
$ sudo clang-tools --install 13

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="clang_tools",
8-
version="0.0.1",
8+
version="0.1.0",
99
description="Install clang-tools (clang-format, clang-tidy) with pip",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)