Skip to content

Commit 7a20795

Browse files
committed
Bump version
1 parent 229273c commit 7a20795

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ rules with proper relocatable CMake packages and use modern CMake (3.14+)
77
See the gif in the [assets](assets) folder for an example of using
88
`cmake-init`.
99

10-
Here are some example outputs of the script as of 0.8.0:
10+
Here are some example outputs of the script as of 0.9.0:
1111

1212
* https://github.com/friendlyanon/cmake-init-executable
13-
* https://github.com/friendlyanon/cmake-init-shared-static
1413
* https://github.com/friendlyanon/cmake-init-header-only
14+
* https://github.com/friendlyanon/cmake-init-shared-static
1515

1616
## Goals
1717

cmake-init/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
from distutils.version import LooseVersion
3535

36-
__version__ = "0.8.1"
36+
__version__ = "0.9.0"
3737

3838
zip = zipfile.ZipFile(os.path.dirname(__file__), "r")
3939

0 commit comments

Comments
 (0)