diff options
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 567cb7a..03041a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "certbot-dns-alibabacloud" -version = "0.1.0.dev0" +version = "0.1.0b1" description = "Alibaba Cloud DNS Authenticator plugin for Certbot" readme = "README.rst" license = "MIT" @@ -13,7 +13,7 @@ authors = [ { name = "Zhineng Li" }, ] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Environment :: Plugins", "Intended Audience :: System Administrators", "Operating System :: POSIX :: Linux", |
