Skip to content

Commit

Permalink
MAINT: Bump version v0.7.0 -> v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derb12 committed Dec 7, 2021
1 parent 34a7fa2 commit 9d1f8ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0
current_version = 0.8.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# the built documents.
#
# The short X.Y version.
version = '0.7.0'
version = '0.8.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion pybaselines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"""

__version__ = '0.7.0'
__version__ = '0.8.0'


# import utils first since it is imported by other modules; likewise, import
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pybaselines
version = 0.7.0
version = 0.8.0
author = Donald Erb
author_email = donnie.erb@gmail.com
description = A library of algorithms for the baseline correction of experimental data.
Expand Down

0 comments on commit 9d1f8ca

Please sign in to comment.