Skip to content

Commit c98eae4

Browse files
committed
cd: increment version.py; update readme [skip ci]
1 parent 19e4d45 commit c98eae4

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Options:
103103
0.7)
104104
-H, -h, --help Show this message and exit.
105105

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

108108
```
109109
<!-- t5-end -->
@@ -130,7 +130,7 @@ python -m tree_plus_cli -s -i tests
130130
│ │ ├── - Set PYTHONUTF8 for Windows
131131
│ │ ├── - Run generic tests
132132
│ │ └── - Run specific test
133-
│ └── 📄 unix.yml (695 tokens, 91 lines)
133+
│ └── 📄 unix.yml (713 tokens, 92 lines)
134134
│ ├── Linux & MacOS
135135
│ ├── job: test
136136
│ ├── - Set up Python ${{ matrix.python-version }}
@@ -210,7 +210,7 @@ python -m tree_plus_cli -s -i tests
210210
│ ├── func_timeout
211211
│ └── regex
212212
├── 📄 pytest.ini (20 tokens, 4 lines)
213-
├── 📄 README.md (36,253 tokens, 3,580 lines)
213+
├── 📄 README.md (38,012 tokens, 3,693 lines)
214214
│ ├── # Tree Plus
215215
│ ├── #### **Ever hit context limits prompting LLMs with code?**
216216
│ ├── ### Use `tree_plus` to ...:
@@ -777,7 +777,7 @@ python -m tree_plus_cli -s -i tests
777777
│ ├── add_alias()
778778
│ └── create_conda_env()
779779
├── 📄 version.py (12 tokens, 1 line)
780-
│ └── __version__ = "1.0.72"
780+
│ └── __version__ = "1.0.73"
781781
└── 📄 web.py (2,409 tokens, 321 lines)
782782
├── TODO: re-enable tree plus web actions
783783
├── NOTE: no point in the answers since there's no content
@@ -838,8 +838,8 @@ python -m tree_plus_cli -s -i tests
838838
sleep_time: float,
839839
) -> Tuple[HList, ...]
840840

841-
tree_plus v(1.0.72) ignore=('tests',) globs=() syntax=False paths=()
842-
7 folder(s), 27 file(s), 13,307 line(s), 116,818 token(s) in 0.21 second(s).
841+
tree_plus v(1.0.73) ignore=('tests',) globs=() syntax=False paths=()
842+
7 folder(s), 27 file(s), 13,421 line(s), 118,595 token(s) in 0.21 second(s).
843843

844844
```
845845
<!-- t1-end -->
@@ -1047,7 +1047,7 @@ python -m tree_plus_cli -s -c -i group_todo tests/more_languages
10471047
├── 📄 racket_struct.rkt (14 tokens, 1 line)
10481048
└── 📄 test_scheme.scm (360 tokens, 44 lines)
10491049
1050-
tree_plus v(1.0.72) ignore=('group_todo',) globs=() concise=True paths=('tests/more_languages',)
1050+
tree_plus v(1.0.73) ignore=('group_todo',) globs=() concise=True paths=('tests/more_languages',)
10511051
9 folder(s), 87 file(s), 7,350 line(s), 69,463 token(s) in 0.14 second(s).
10521052
10531053
```
@@ -3056,8 +3056,8 @@ python -m tree_plus_cli -s -i group_todo tests/more_languages
30563056
├── define set-up
30573057
└── define traverse
30583058
3059-
tree_plus v(1.0.72) ignore=('group_todo',) globs=() syntax=False paths=('tests/more_languages',)
3060-
9 folder(s), 87 file(s), 7,350 line(s), 69,463 token(s) in 0.53 second(s).
3059+
tree_plus v(1.0.73) ignore=('group_todo',) globs=() syntax=False paths=('tests/more_languages',)
3060+
9 folder(s), 87 file(s), 7,350 line(s), 69,463 token(s) in 0.54 second(s).
30613061
30623062
```
30633063
<!-- t2-end -->
@@ -3579,7 +3579,7 @@ python -m tree_plus_cli -s -g "*.*s" -i group_todo tests/more_languages
35793579
│ }: DBCommand & { where?: { : string | number } })
35803580
└── async search_table(criteria: SearchCriteria)
35813581
3582-
tree_plus v(1.0.72) ignore=('group_todo',) globs=('*.*s',) syntax=False paths=('tests/more_languages',)
3582+
tree_plus v(1.0.73) ignore=('group_todo',) globs=('*.*s',) syntax=False paths=('tests/more_languages',)
35833583
7 folder(s), 17 file(s), 2,133 line(s), 15,147 token(s) in 0.15 second(s).
35843584
35853585
```
@@ -3675,7 +3675,7 @@ python -m tree_plus_cli -s tests/more_languages/group_todo
36753675
└── @fragment
36763676
fn frag_main() -> @location(0) vec4f
36773677
3678-
tree_plus v(1.0.72) ignore=() globs=() syntax=False paths=('tests/more_languages/group_todo',)
3678+
tree_plus v(1.0.73) ignore=() globs=() syntax=False paths=('tests/more_languages/group_todo',)
36793679
1 folder(s), 12 file(s), 872 line(s), 7,740 token(s) in 0.06 second(s).
36803680
36813681
```

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.72"
2+
__version__ = "1.0.73"

0 commit comments

Comments
 (0)