Skip to content

Commit a0d945b

Browse files
committed
Update metadata
1 parent 4ab2304 commit a0d945b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[tool.poetry]
22
name = "aoc-python-cli"
3-
version = "0.0.1"
4-
description = "Solution of Advent of Code in Python"
3+
version = "0.1.0"
4+
description = "Advent of Code Python scaffolding/running/submitting CLI"
55
authors = [
66
"nekeal <[email protected]>",
77
]
88
license = "MIT"
99
readme = "README.md"
1010

11-
homepage = "https://nekeal.github.io/advent-of-code"
12-
repository = "https://github.com/nekeal/advent-of-code"
11+
homepage = "https://nekeal.github.io/advent-of-code-python-cli"
12+
repository = "https://github.com/nekeal/advent-of-code-python-cli"
1313

1414
classifiers = [
1515
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)