Skip to content

Commit 327e6e9

Browse files
🔧 Update metadata
1 parent 4acd49b commit 327e6e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

every_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""every-python - A utility for building and running any commit of CPython."""
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.3.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"typer>=0.20.0",
1313
"rich>=13.0.0",
1414
]
15-
keywords = ["ports", "processes", "tui"]
15+
keywords = ["cpython", "python", "build", "testing", "bisect"]
1616
classifiers = [
1717
"Development Status :: 3 - Alpha",
1818
"Environment :: Console",

0 commit comments

Comments
 (0)