Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
regiellis committed Sep 27, 2024
1 parent 3706c06 commit 8baf6d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## All notable changes to this project will be documented in this file

### [1.1.0] - 2024-9-27

- **Fix**: Fix issue with static files not be available when installing via pipx.

### [1.0.0] - 2024-9-23

- **Initial Release**: Established the initial codebase for the project, laying the foundation for future development and enhancements.
2 changes: 1 addition & 1 deletion invokeai_models_cli/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.1.0"
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ packages = ["invokeai_models_cli"]
[tool.hatch.build.targets.sdist]
include = [
"/invokeai_models_cli",
"/README.md",
"/LICENSE",
"/MANIFEST.in"
]

[tool.hatch.build]
Expand Down

0 comments on commit 8baf6d6

Please sign in to comment.