File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,9 @@ version=$(poetry version -s)
57
57
58
58
sed " s/$prev_version /$version /g" -i README.rst
59
59
sed " s/$prev_version /$version /g" -i docs/index.rst
60
+ sed " s/$prev_version /$version /g" -i anytree/__init__.py
60
61
61
- git commit -m" version bump to ${version} " pyproject.toml README.rst docs/index.rst
62
+ git commit -m" version bump to ${version} " pyproject.toml README.rst docs/index.rst anytree/__init__.py
62
63
git tag " ${version} " -m " Release ${version} "
63
64
git push
64
65
git push --tags
Original file line number Diff line number Diff line change 2
2
3
3
"""Powerful and Lightweight Python Tree Data Structure."""
4
4
5
- __version__ = "2.9 .0"
5
+ __version__ = "2.12 .0"
6
6
__author__ = "c0fec0de"
7
7
__author_email__ = "[email protected] "
8
8
__description__ = """Powerful and Lightweight Python Tree Data Structure.."""
You can’t perform that action at this time.
0 commit comments