-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 0.4.0 and update CHANGES.md
- Loading branch information
1 parent
b8d0720
commit 289688d
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|