Skip to content

Commit e44907f

Browse files
committed
chore: update version to 0.1.1 and enhance project metadata
1 parent a8d47b9 commit e44907f

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "tshu"
3-
version = "0.1.0"
3+
description = "Run safe and cross-platform bash commands using Python 3.14's t-strings"
4+
version = "0.1.1"
45
edition = "2024"
56

67
[lib]

pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
[project]
22
name = "tshu"
3-
version = "0.1.0"
3+
dynamic = ["version"]
4+
authors = [{name = "Priyanshu Dangare", email = "aspizu@protonmail.com"}]
5+
description = "Run safe and cross-platform bash commands using Python 3.14's t-strings"
6+
readme = "README.md"
47
requires-python = ">=3.14b4"
58
dependencies = ["cffi>=1.17.1"]
9+
keywords = ["t-strings", "bash", "shell", "sh"]
10+
11+
[project.urls]
12+
Homepage = "https://github.com/aspizu/tshu"
13+
Documentation = "https://aspizu.github.io/tshu/"
14+
Repository = "https://github.com/aspizu/tshu"
15+
Issues = "https://github.com/aspizu/tshu/issues"
616

717
[build-system]
818
requires = ["maturin>=1.9,<2.0"]

0 commit comments

Comments
 (0)