File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
19
# SOFTWARE.
20
20
21
- __version__ = '0.2.5 '
21
+ __version__ = '0.2.6 '
22
22
23
23
if __name__ == '__main__' :
24
24
# print version if run directly i.e. in a CI script
Original file line number Diff line number Diff line change 22
22
author = 'Zhaiyu Chen'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '0.2.5 '
25
+ release = '0.2.6 '
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
6
6
build-backend = " setuptools.build_meta"
7
7
8
8
[tool .bumpver ]
9
- current_version = " 0.2.5 "
9
+ current_version = " 0.2.6 "
10
10
version_pattern = " MAJOR.MINOR.PATCH"
11
11
commit_message = " Bump version to {new_version}"
12
12
commit = true
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = abspy
3
- version = 0.2.5
3
+ version = 0.2.6
4
4
author = Zhaiyu Chen
5
5
author_email = zhaiyu.chen@outlook.com
6
6
license =' MIT'
You can’t perform that action at this time.
0 commit comments