Skip to content

Commit e8df414

Browse files
committed
cd: increment version.py; update readme [skip ci]
1 parent 146cded commit e8df414

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ Options:
101101
'gpt-4o' works
102102
--timeout FLOAT regex timeout in seconds (optional, default
103103
0.7)
104-
-h, -H, --help Show this message and exit.
104+
-H, -h, --help Show this message and exit.
105105

106-
v(1.0.77) --- https://github.com/bionicles/tree_plus/blob/main/README.md
106+
v(1.0.78) --- https://github.com/bionicles/tree_plus/blob/main/README.md
107107

108108
```
109109
<!-- t5-end -->
@@ -778,7 +778,7 @@ python -m tree_plus_cli -s -i tests
778778
│ ├── add_alias()
779779
│ └── create_conda_env()
780780
├── 📄 version.py (12 tokens, 1 line)
781-
│ └── __version__ = "1.0.77"
781+
│ └── __version__ = "1.0.78"
782782
└── 📄 web.py (2,409 tokens, 321 lines)
783783
├── TODO: re-enable tree plus web actions
784784
├── NOTE: no point in the answers since there's no content
@@ -839,7 +839,7 @@ python -m tree_plus_cli -s -i tests
839839
sleep_time: float,
840840
) -> Tuple[HList, ...]
841841

842-
tree_plus v(1.0.77) ignore=('tests',) globs=() syntax=False paths=()
842+
tree_plus v(1.0.78) ignore=('tests',) globs=() syntax=False paths=()
843843
7 folder(s), 28 file(s), 13,462 line(s), 118,950 token(s) in 0.22 second(s).
844844

845845
```
@@ -1007,7 +1007,7 @@ python -m tree_plus_cli -s -c -i group_todo tests/more_languages
10071007
│ ├── 📄 app.component.spec.ts (410 tokens, 47 lines)
10081008
│ ├── 📄 app.component.ts (271 tokens, 45 lines)
10091009
│ ├── 📄 app.module.ts (374 tokens, 43 lines)
1010-
│ ├── 📄 checkbox_test.md (176 tokens, 21 lines)
1010+
│ ├── 📄 checkbox_test.md (191 tokens, 29 lines)
10111011
│ ├── 📄 checkbox_test.txt (257 tokens, 33 lines)
10121012
│ ├── 📄 environment.test.ts (197 tokens, 19 lines)
10131013
│ ├── 📄 hello_world.pyi (22 tokens, 3 lines)
@@ -1048,8 +1048,8 @@ python -m tree_plus_cli -s -c -i group_todo tests/more_languages
10481048
├── 📄 racket_struct.rkt (14 tokens, 1 line)
10491049
└── 📄 test_scheme.scm (360 tokens, 44 lines)
10501050
1051-
tree_plus v(1.0.77) ignore=('group_todo',) globs=() concise=True paths=('tests/more_languages',)
1052-
9 folder(s), 87 file(s), 7,358 line(s), 69,518 token(s) in 0.14 second(s).
1051+
tree_plus v(1.0.78) ignore=('group_todo',) globs=() concise=True paths=('tests/more_languages',)
1052+
9 folder(s), 87 file(s), 7,366 line(s), 69,533 token(s) in 0.14 second(s).
10531053
10541054
```
10551055
<!-- t6-end -->
@@ -2150,7 +2150,7 @@ python -m tree_plus_cli -s -i group_todo tests/more_languages
21502150
│ │ │ RewardsComponent,
21512151
│ │ │ ProfileComponent
21522152
│ │ └── export class AppModule
2153-
│ ├── 📄 checkbox_test.md (176 tokens, 21 lines)
2153+
│ ├── 📄 checkbox_test.md (191 tokens, 29 lines)
21542154
│ │ ├── # My Checkbox Test
21552155
│ │ ├── ## My No Parens Test
21562156
│ │ ├── ## My Empty href Test
@@ -2167,7 +2167,8 @@ python -m tree_plus_cli -s -i group_todo tests/more_languages
21672167
│ │ ├── - [ ] Subtask 3.1
21682168
│ │ ├── - Task 6
21692169
│ │ ├── - Subtask 6.1
2170-
│ │ └── - [ ] Handle edge cases
2170+
│ │ ├── - [ ] Handle edge cases
2171+
│ │ └── # My Codeblock Test
21712172
│ ├── 📄 checkbox_test.txt (257 tokens, 33 lines)
21722173
│ │ ├── - [ ] fix phone number format +1
21732174
│ │ ├── - [ ] add forgot password
@@ -3062,8 +3063,8 @@ python -m tree_plus_cli -s -i group_todo tests/more_languages
30623063
├── define set-up
30633064
└── define traverse
30643065
3065-
tree_plus v(1.0.77) ignore=('group_todo',) globs=() syntax=False paths=('tests/more_languages',)
3066-
9 folder(s), 87 file(s), 7,358 line(s), 69,518 token(s) in 0.55 second(s).
3066+
tree_plus v(1.0.78) ignore=('group_todo',) globs=() syntax=False paths=('tests/more_languages',)
3067+
9 folder(s), 87 file(s), 7,366 line(s), 69,533 token(s) in 0.54 second(s).
30673068
30683069
```
30693070
<!-- t2-end -->
@@ -3590,8 +3591,8 @@ python -m tree_plus_cli -s -g "*.*s" -i group_todo tests/more_languages
35903591
│ }: DBCommand & { where?: { : string | number } })
35913592
└── async search_table(criteria: SearchCriteria)
35923593
3593-
tree_plus v(1.0.77) ignore=('group_todo',) globs=('*.*s',) syntax=False paths=('tests/more_languages',)
3594-
7 folder(s), 17 file(s), 2,141 line(s), 15,202 token(s) in 0.16 second(s).
3594+
tree_plus v(1.0.78) ignore=('group_todo',) globs=('*.*s',) syntax=False paths=('tests/more_languages',)
3595+
7 folder(s), 17 file(s), 2,141 line(s), 15,202 token(s) in 0.15 second(s).
35953596
35963597
```
35973598
<!-- t3-end -->
@@ -3686,7 +3687,7 @@ python -m tree_plus_cli -s tests/more_languages/group_todo
36863687
└── @fragment
36873688
fn frag_main() -> @location(0) vec4f
36883689
3689-
tree_plus v(1.0.77) ignore=() globs=() syntax=False paths=('tests/more_languages/group_todo',)
3690+
tree_plus v(1.0.78) ignore=() globs=() syntax=False paths=('tests/more_languages/group_todo',)
36903691
1 folder(s), 12 file(s), 872 line(s), 7,740 token(s) in 0.05 second(s).
36913692
36923693
```

tree_plus_src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# tree_plus_src/version.py
2-
__version__ = "1.0.77"
2+
__version__ = "1.0.78"

0 commit comments

Comments
 (0)