Skip to content

Commit

Permalink
fix: correct package name in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewcasale committed Dec 14, 2024
1 parent 6c17d14 commit 112fc1f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.3] - 2024-12-14

### Fixed
- Fixed incorrect package name in setup.py

## [0.1.2] - 2024-12-14

### Fixed
Expand Down Expand Up @@ -39,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Restructured project to use src/ directory layout
- Updated package metadata and documentation

[0.1.3]: https://github.com/mikewcasale/repominify/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/mikewcasale/repominify/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/mikewcasale/repominify/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/mikewcasale/repominify/releases/tag/v0.1.0
10 changes: 4 additions & 6 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# repominify v0.1.1
# repominify v0.1.3

Bug fix release to correct package import structure and CLI functionality.
Bug fix release to correct package name.

## Fixed
- Package import structure to work with current src/ layout
- CLI entry point path
- Package discovery configuration
- Fixed incorrect package name in setup.py

## Installation

```bash
pip install repominify==0.1.1
pip install repominify==0.1.3
```

For full details, see the [CHANGELOG](https://github.com/mikewcasale/repominify/blob/main/CHANGELOG.md).
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="src",
version="0.1.2",
version="0.1.3",
author="Mike Casale",
author_email="[email protected]",
description="A Python package that optimizes codebase representations for LLMs by generating compact, context-rich summaries",
Expand Down

0 comments on commit 112fc1f

Please sign in to comment.