Skip to content

Commit 20f1fb2

Browse files
committed
chore: v0.0.3 release
1 parent ca309cd commit 20f1fb2

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
@@ -13,7 +13,7 @@ compilation databases for `make` based [C/C++ projects in Visual Studio Code](ht
1313

1414
## Installation
1515

16-
[Latest PyPi release](https://pypi.org/project/ccdgen/0.0.2/)
16+
[Latest PyPi release](https://pypi.org/project/ccdgen/)
1717
```sh
1818
pip install ccdgen
1919
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def read(fname):
66

77
setuptools.setup(
88
name = "ccdgen",
9-
version = "0.0.2",
9+
version = "0.0.3",
1010
author = "Tim Brewis",
1111
author_email = "timbrewis27@gmail.com",
1212
license = "Apache-2.0",

0 commit comments

Comments
 (0)