-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update changelog and release notes for src package name
- Loading branch information
1 parent
112fc1f
commit 7aa9c08
Showing
2 changed files
with
6 additions
and
6 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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# repominify v0.1.3 | ||
|
||
Bug fix release to correct package name. | ||
Release to update package organization. | ||
|
||
## Fixed | ||
- Fixed incorrect package name in setup.py | ||
## Changed | ||
- Package name in setup.py set to 'src' for proper module organization | ||
|
||
## Installation | ||
|
||
```bash | ||
pip install repominify==0.1.3 | ||
pip install src==0.1.3 | ||
``` | ||
|
||
For full details, see the [CHANGELOG](https://github.com/mikewcasale/repominify/blob/main/CHANGELOG.md). |