Skip to content

Commit 59a5295

Browse files
increase module version (#23)
1 parent 4df05b6 commit 59a5295

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
module(
1515
name = "score_process",
16-
version = "0.1.0",
16+
version = "0.2.0",
1717
compatibility_level = 0,
1818
)
1919

process/BUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ load("@score_docs_as_code//:docs.bzl", "docs")
2121
# - `process:docs` for building documentation at build-time
2222

2323
docs(
24-
conf_dir="process", # Where 'conf.py' is
25-
docs_targets=[
24+
conf_dir = "process", # Where 'conf.py' is
25+
docs_targets = [
2626
{
2727
"suffix": "latest", # latest main branch documentation build
2828
},
2929
],
30-
source_dir="process", # Where the RST files are located
31-
source_files_to_scan_for_needs_links=[
30+
source_dir = "process", # Where the RST files are located
31+
source_files_to_scan_for_needs_links = [
3232
# Note: you can add filegroups, globs, or entire targets here.
3333
],
3434
)

0 commit comments

Comments
 (0)