File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1 .0.3
2
+ current_version = 2 .0.0
3
3
commit = True
4
4
tag = True
5
5
6
6
[bumpversion:file:collections_extended/_version.py]
7
7
8
- [bumpversion:file:setup.py]
9
-
8
+ [bumpversion:file:pyproject.toml]
9
+ search = version = " {current_version}"
10
+ replace = version = " {new_version}"
Original file line number Diff line number Diff line change 1
1
"""Module to store version so it can be imported in other modules."""
2
- __version__ = '1 .0.3 '
2
+ __version__ = '2 .0.0 '
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " collections-extended"
3
- version = " 1 .0.3 "
3
+ version = " 2 .0.0 "
4
4
description = " Extra Python Collections - bags (multisets) and setlists (ordered sets)"
5
5
authors = [" Michael Lenzen <m.lenzen@gmail.com>" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments