Skip to content

Commit d5ac405

Browse files
chore: Bump version to 0.11.0
1 parent 25af54a commit d5ac405

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "repo-smith"
7-
version = "0.10.1"
7+
version = "0.11.0"
88
authors = [{ name = "Jiahao, Woo", email = "woojiahao1234@gmail.com" }]
99
description = "YAML-based configuration for initializing Git repositories for unit testing"
1010
readme = "README.md"
1111
requires-python = ">=3.13"
1212
classifiers = [
13-
"Development Status :: 4 - Beta",
14-
"Intended Audience :: Developers",
15-
"Topic :: Software Development",
16-
"Programming Language :: Python :: 3.13",
13+
"Development Status :: 4 - Beta",
14+
"Intended Audience :: Developers",
15+
"Topic :: Software Development",
16+
"Programming Language :: Python :: 3.13",
1717
]
1818
license.file = "LICENSE"
1919
dependencies = ["GitPython", "PyYAML", "types-PyYAML"]

0 commit comments

Comments
 (0)