Skip to content

Commit 6665e67

Browse files
committed
MAINT: Bump version v0.6.0 -> v0.7.0
[skip ci]
1 parent 8a61be4 commit 6665e67

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.6.0
2+
current_version = 0.7.0
33
commit = False
44
tag = False
55

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# the built documents.
6969
#
7070
# The short X.Y version.
71-
version = '0.6.0'
71+
version = '0.7.0'
7272
# The full version, including alpha/beta/rc tags.
7373
release = version
7474

pybaselines/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
8181
"""
8282

83-
__version__ = '0.6.0'
83+
__version__ = '0.7.0'
8484

8585

8686
# 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.6.0
3+
version = 0.7.0
44
author = Donald Erb
55
author_email = donnie.erb@gmail.com
66
description = A library of algorithms for the baseline correction of experimental data.

0 commit comments

Comments
 (0)