Skip to content

Commit

Permalink
Bump version to 0.4.0 and update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Dec 7, 2023
1 parent b8d0720 commit 289688d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
> - Fixed: 🐛
> - Security: 🛡
## Version 0.4.0

### Added

➕ Added support for extracting `.tar.xz` source archives, in addition to `.tar.gz` and `.zip` archives.

## Version 0.3.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.3.0",
version="0.4.0",
author="Micah Snyder",
author_email="[email protected]",
copyright="Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.",
copyright="Copyright (C) 2023 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 289688d

Please sign in to comment.