diff --git a/README.md b/README.md index 7b4fcd6..329c9cc 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,10 @@ In the [ABAUC control model](https://github.com/hitsz-ids/dataucon), duetector c - [Features](#Features) - [Installation](#Installation) - [Quick Start](#quick-start) -- [API](#API) +- [API](#API-documentation) - [Maintainers](#Maintainers) -- [contribute](#contribute) +- [Contributors](#Contributors) +- [How to contribute](#How-to-contribute) - [License](#License) ## Feature diff --git a/README_zh.md b/README_zh.md index 4a30395..574ec56 100644 --- a/README_zh.md +++ b/README_zh.md @@ -36,6 +36,7 @@ duetector🔍是一个基于可扩展的的数据使用探测器,它可以在L - [快速开始](#快速开始) - [API文档与配置文档](#API文档与配置文档) - [维护者](#维护者) +- [Contributors](#Contributors) - [如何贡献](#如何贡献) - [许可证](#许可证) diff --git a/duetector/__init__.py b/duetector/__init__.py index c4388e2..3d726a5 100644 --- a/duetector/__init__.py +++ b/duetector/__init__.py @@ -1,4 +1,4 @@ """Top-level package for duetector.""" __author__ = "hitsz-ids" -__version__ = "0.1.0rc0" +__version__ = "0.1.0"