Skip to content

Commit 220d1c0

Browse files
authored
Merge pull request #31 from HarperZ9/readiness/index
readiness: bump version to 2.10.0
2 parents 5b3f208 + cf3796a commit 220d1c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index_graph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .model import SCHEMA_VERSION, Map, RepoRow
88
from .scan import build_map, discover_repos, write_map
99

10-
__version__ = "2.9.0"
10+
__version__ = "2.10.0"
1111
__all__ = [
1212
"build_map", "write_map", "discover_repos",
1313
"Map", "RepoRow", "SCHEMA_VERSION",

0 commit comments

Comments
 (0)