We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca309cd commit 20f1fb2Copy full SHA for 20f1fb2
README.md
@@ -13,7 +13,7 @@ compilation databases for `make` based [C/C++ projects in Visual Studio Code](ht
13
14
## Installation
15
16
-[Latest PyPi release](https://pypi.org/project/ccdgen/0.0.2/)
+[Latest PyPi release](https://pypi.org/project/ccdgen/)
17
```sh
18
pip install ccdgen
19
```
setup.py
@@ -6,7 +6,7 @@ def read(fname):
6
7
setuptools.setup(
8
name = "ccdgen",
9
- version = "0.0.2",
+ version = "0.0.3",
10
author = "Tim Brewis",
11
author_email = "timbrewis27@gmail.com",
12
license = "Apache-2.0",
0 commit comments