-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version: 0.3.1-dev.14 → 0.3.1-dev.15
- Loading branch information
bumpversion[bot]
committed
Dec 12, 2024
1 parent
d6171c3
commit ada46a3
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
|
||
__author__ = """Sarah-Claude Bourdeau-Goulet""" | ||
__email__ = "[email protected]" | ||
__version__ = "0.3.1-dev.14" | ||
__version__ = "0.3.1-dev.15" | ||
|
||
from . import matplotlib | ||
from ._data import data | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,4 +36,4 @@ def test_package_metadata(): | |
contents = f.read() | ||
assert """Sarah-Claude Bourdeau-Goulet""" in contents | ||
assert '__email__ = "[email protected]"' in contents | ||
assert '__version__ = "0.3.1-dev.14"' in contents | ||
assert '__version__ = "0.3.1-dev.15"' in contents |