|
|
|
@ -37,4 +37,6 @@ def check_for_update():
|
|
|
|
|
# Get the current version using pkg_resources
|
|
|
|
|
current_version = pkg_version("swarms")
|
|
|
|
|
|
|
|
|
|
return version.parse(latest_version) > version.parse(current_version)
|
|
|
|
|
return version.parse(latest_version) > version.parse(
|
|
|
|
|
current_version
|
|
|
|
|
)
|
|
|
|
|