mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-17 09:46:06 +00:00
Update setup.py
Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
This commit is contained in:
parent
7e186b7d6a
commit
b2f283e45b
4
setup.py
4
setup.py
@ -13,10 +13,10 @@ def get_version():
|
||||
return f.read().strip()
|
||||
except FileNotFoundError:
|
||||
logger.warning("VERSION file not found, using fallback version")
|
||||
return "0.1.0"
|
||||
return "3.0.0"
|
||||
except Exception as e:
|
||||
logger.error(f"Error reading VERSION file: {e}")
|
||||
return "0.1.0"
|
||||
return "3.0.0"
|
||||
|
||||
def get_long_description():
|
||||
"""Get long description from README with error handling."""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user