Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-wisdom committed Nov 4, 2022
1 parent 5925c0b commit c73355f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fotools"
version = "0.1.0"
version = "0.1.1"
description = "Tool for searching and organizing files"
authors = ["Matthew Wisdom <matthewwisdom11@gmail.com>"]
license = "MIT License"
Expand Down Expand Up @@ -31,4 +31,4 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
fotools = 'fotool.main:main'
fotools = 'fotools.main:main'

0 comments on commit c73355f

Please sign in to comment.