diff --git a/README.md b/README.md index 332cfc7..0979deb 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ For detailed usage instructions, refer to the interface documentation section at ### 1. Import Modules -The latest version is Version: 1.0.4 +The latest version is Version: 1.0.5 ```python -sudo pip3 install exboard==1.0.4 +sudo pip3 install exboard==1.0.5 ``` When using functions, we import the specified module using the `import` keyword, or we can use `from module_name import function/class/method_name`: diff --git a/pyproject.toml b/pyproject.toml index 74d1480..f33fc6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "exboard" -version = "1.0.4" +version = "1.0.5" authors = [ { name="Allen", email="jiangyangcreate@gmail.com" }, ] diff --git a/setup.py b/setup.py index b422aab..d12e47a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='exboard', - version='1.0.4', + version='1.0.5', packages=find_packages(where='src'), package_dir={'': 'src'}, include_package_data=True, diff --git a/src/exboard/__init__.py b/src/exboard/__init__.py index ab3129a..c15d586 100644 --- a/src/exboard/__init__.py +++ b/src/exboard/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # coding:utf-8 -# Version: 1.0.4 +# Version: 1.0.5 def get_linux_distribution(): try: