diff --git a/CMakeLists.txt b/CMakeLists.txt index de2f16cf..8a81fbb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ if(NOT CMAKE_BUILD_TYPE) endif() project(paimon - VERSION 0.9.0 + VERSION 0.1.0 DESCRIPTION "Paimon C++ Project") string(TOUPPER "${CMAKE_BUILD_TYPE}" UPPERCASE_BUILD_TYPE) diff --git a/README.md b/README.md index f91e7ea5..a6464950 100644 --- a/README.md +++ b/README.md @@ -165,3 +165,7 @@ If you make improvements that could benefit all developers, please update the te ## License Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) + +## Maintainership and Contributions + +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. diff --git a/docs/source/conf.py b/docs/source/conf.py index 96acee96..61951c01 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -113,7 +113,7 @@ # The master toctree document. master_doc = "index" -version = "0.9.0" +version = "0.1.0" html_theme_options = { "show_toc_level": 2,