Skip to content

Commit

Permalink
📝 Update project description
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajiih committed Dec 18, 2024
1 parent d78a27d commit 82e267d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Kajihs Utils

Various, fully typed, hopefully sanely implemented and somewhat random utilities.
Fully typed, plausibly practical, and remarkably random utilities for me—and maybe for you too.

## ⬇️ Installation

Expand Down
10 changes: 4 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "kajihs_utils"
dynamic = ["version", "authors", "urls"]
description = "Various, fully typed, hopefully sanely implemented and somewhat random utilities."
description = "Fully typed, plausibly practical, and remarkably random utilities for me—and maybe for you too."
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.12"
Expand Down Expand Up @@ -33,11 +33,9 @@ dependencies = [
]

[project.optional-dependencies]
jax = ["jax>=0.4.36"]
loguru = ["loguru>=0.7.3", "rich>=13.9.4"]
pyplot = [
"matplotlib>=3.10.0",
]
jax = ["jax>=0.4.36"]
loguru = ["loguru>=0.7.3", "rich>=13.9.4"]
pyplot = ["matplotlib>=3.10.0"]


[tool.uv]
Expand Down
2 changes: 1 addition & 1 deletion src/kajihs_utils/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
PROJECT_ROOT = Path(__file__).resolve().parent.parent.parent

__app_name__ = "kajihs_utils"
__version__ = "0.3.7"
__version__ = "0.3.8"
__authors__ = ["Kajih"]
__author_emails__ = ["[email protected]"]
__repo_url__ = "https://github.com/Kajiih/kajihs_utils"
Expand Down

0 comments on commit 82e267d

Please sign in to comment.