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 1
1
[bumpversion]
2
- current_version = 0.5.0
2
+ current_version = 0.5.1
3
3
commit = False
4
4
tag = False
5
5
Original file line number Diff line number Diff line change 67
67
# the built documents.
68
68
#
69
69
# The short X.Y version.
70
- version = '0.5.0 '
70
+ version = '0.5.1 '
71
71
# The full version, including alpha/beta/rc tags.
72
72
release = version
73
73
Original file line number Diff line number Diff line change 65
65
66
66
"""
67
67
68
- __version__ = '0.5.0 '
68
+ __version__ = '0.5.1 '
69
69
70
70
71
71
# import utils first since it is imported by other modules; likewise, import
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = pybaselines
3
- version = 0.5.0
3
+ version = 0.5.1
4
4
author = Donald Erb
5
5
author_email = donnie.erb@gmail.com
6
6
description = A library of baseline correction algorithms to help estimate the baselines of experimental data
You can’t perform that action at this time.
0 commit comments