Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
Also add release notes
  • Loading branch information
micahsnyder committed Jan 2, 2025
1 parent 1cec3ac commit a2f434a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a2f434a

Please sign in to comment.