diff --git a/CHANGELOG.md b/CHANGELOG.md index e1794bf..94b1a17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.3] - 2024-12-14 -### Fixed -- Fixed incorrect package name in setup.py +### Changed +- Package name in setup.py set to 'src' for proper module organization ## [0.1.2] - 2024-12-14 diff --git a/release_notes.md b/release_notes.md index 0facb76..e7688db 100644 --- a/release_notes.md +++ b/release_notes.md @@ -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). \ No newline at end of file