diff --git a/README.md b/README.md index 3e46e9a2..99827c66 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ To ensure the installation or upgrade is successful, you can execute command `at ```text $ ate -V -0.2.2 +0.3.0 ``` Execute the command `ate -h` to view command help. diff --git a/ate/__init__.py b/ate/__init__.py index db9cf742..290d7c60 100644 --- a/ate/__init__.py +++ b/ate/__init__.py @@ -1 +1 @@ -__version__ = '0.2.3' \ No newline at end of file +__version__ = '0.3.0' \ No newline at end of file