Skip to content

Commit

Permalink
1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoknjas committed Mar 21, 2024
1 parent 5500f6d commit 162730b
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
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
requires-python = ">= 3.0"
name = "hypickle"
version = "1.0.22"
version = "1.0.23"
dependencies = [
"requests",
"rich",
Expand All @@ -16,7 +16,7 @@ readme = "README.md"
license = {file = "LICENSE"}

[project.scripts]
hypickle = "main:main"
hypickle = "hypickle.main:main"

[tool.setuptools]
py-modules = []

0 comments on commit 162730b

Please sign in to comment.