Skip to content

Commit 4da7018

Browse files
committed
MAINT: Bump version v0.5.0 -> v0.5.1
[skip ci]
1 parent d512458 commit 4da7018

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.0
2+
current_version = 0.5.1
33
commit = False
44
tag = False
55

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
# the built documents.
6868
#
6969
# The short X.Y version.
70-
version = '0.5.0'
70+
version = '0.5.1'
7171
# The full version, including alpha/beta/rc tags.
7272
release = version
7373

pybaselines/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
6666
"""
6767

68-
__version__ = '0.5.0'
68+
__version__ = '0.5.1'
6969

7070

7171
# import utils first since it is imported by other modules; likewise, import

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pybaselines
3-
version = 0.5.0
3+
version = 0.5.1
44
author = Donald Erb
55
author_email = donnie.erb@gmail.com
66
description = A library of baseline correction algorithms to help estimate the baselines of experimental data

0 commit comments

Comments
 (0)