Skip to content

Commit

Permalink
Merge pull request #41 from SkwalExe/fix-deps
Browse files Browse the repository at this point in the history
Fix dependency error
  • Loading branch information
SkwalExe authored Jun 17, 2024
2 parents b46e99c + ecf003e commit 424e569
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v3.0.2 - 2024-06-14

### Fixed
- Depencency error fails installation process

# v3.0.1 - 2024-06-05

### Fixed
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "octologo"
version = "3.0.1"
version = "3.0.2"
description = "Simple program that generates a logo for your open source projects."
authors = [{name = "Leopold Koprivnik", email = "[email protected]"}]
readme = "README.md"
Expand All @@ -15,7 +15,6 @@ dependencies = [
"pillow>=10.2.0",
"inquirer>=3.2.4",
"toml>=0.10.2",
"importlib>=1.0.4",
"textual>=0.38.1",
"click-extra>=4.7.2",
"loguru>=0.7.2",
Expand Down
2 changes: 1 addition & 1 deletion src/octologo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Simple program that generates a logo for your open source projects"""

__version__ = "3.0.1"
__version__ = "3.0.2"

0 comments on commit 424e569

Please sign in to comment.