Skip to content

Commit 15ce14b

Browse files
authored
chore: add maintainership and contributions to README (#145)
1 parent bca3401 commit 15ce14b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if(NOT CMAKE_BUILD_TYPE)
3232
endif()
3333

3434
project(paimon
35-
VERSION 0.9.0
35+
VERSION 0.1.0
3636
DESCRIPTION "Paimon C++ Project")
3737

3838
string(TOUPPER "${CMAKE_BUILD_TYPE}" UPPERCASE_BUILD_TYPE)

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,7 @@ If you make improvements that could benefit all developers, please update the te
165165
## License
166166

167167
Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
168+
169+
## Maintainership and Contributions
170+
171+
This project is maintained by a core team from the Storage Service team at Alibaba, including [lxy-9602](https://github.com/lxy-9602) (maintainer), [lucasfang](https://github.com/lucasfang), [lszskye](https://github.com/lszskye), and [zjw1111](https://github.com/zjw1111). We sincerely appreciate contributions from the community — your feedback and patches are welcome and highly valued. For any questions, feature proposals, or code reviews, please feel free to reach out to us directly.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
# The master toctree document.
114114
master_doc = "index"
115115

116-
version = "0.9.0"
116+
version = "0.1.0"
117117

118118
html_theme_options = {
119119
"show_toc_level": 2,

0 commit comments

Comments
 (0)