Skip to content

Commit

Permalink
v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
loiccoyle committed May 21, 2024
1 parent 50316fc commit 0937b66
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[tool.poetry]
name = "phomo"
version = "0.4.6"
version = "0.4.7"
description = "Python package and CLI utility to create photo mosaics."
authors = ["Loic Coyle <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/loiccoyle/phomo"
keywords = ["photomosaic", "photographic", "mosaic", "art", "image"]
classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Scientific/Engineering :: Image Processing",
"Topic :: Artistic Software",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Scientific/Engineering :: Image Processing",
"Topic :: Artistic Software",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 0937b66

Please sign in to comment.