diff --git a/CHANGES.md b/CHANGES.md index 23091d8..e400c70 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,10 @@ > - Fixed: 🐛 > - Security: 🛡 +## Version 0.4.1 + +🐛 Fixed an issue using pkg_resources package when setuptools is not installed. The fix adds setuptools as a dependency. + ## Version 0.4.0 ### Added diff --git a/setup.py b/setup.py index 8437cd9..8c16cf0 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ setuptools.setup( name="mussels", - version="0.4.0", + version="0.4.1", author="Micah Snyder", author_email="micasnyd@cisco.com", - copyright="Copyright (C) 2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.", + copyright="Copyright (C) 2025 Cisco Systems, Inc. and/or its affiliates. All rights reserved.", description="Mussels Dependency Build Automation Tool", long_description=long_description, long_description_content_type="text/markdown",