-
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.4 → 0.3.1-dev.5
- Loading branch information
bumpversion[bot]
committed
May 21, 2024
1 parent
ba204d7
commit 3b13e25
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = """Sarah-Claude Bourdeau-Goulet""" | ||
__email__ = "[email protected]" | ||
__version__ = "0.3.1-dev.4" | ||
__version__ = "0.3.1-dev.5" | ||
|
||
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 |
---|---|---|
|
@@ -35,4 +35,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.4"' in contents | ||
assert '__version__ = "0.3.1-dev.5"' in contents |