Yabin Li
2024-06-27 d9529818f54e83faed5ca93ee3cbcc59a8195b8b
funasr/utils/version_checker.py
@@ -21,4 +21,4 @@
        print(f"New version available: {pypi_version}. Your current version is {current_version}.")
        print('Please use the command "pip install -U funasr" to upgrade.')
    else:
        print("You are using the latest version of funasr.")
        print(f"You are using the latest version of funasr-{current_version}")