-
Notifications
You must be signed in to change notification settings - Fork 2
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.7.17-beta → 0.7.18-beta
- Loading branch information
bumpversion[bot]
committed
Nov 3, 2023
1 parent
cc5506e
commit d841b55
Showing
5 changed files
with
16 additions
and
16 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
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 |
---|---|---|
|
@@ -28,4 +28,4 @@ def test_package_metadata(self): | |
contents = f.read() | ||
assert """Gabriel Rondeau-Genesse""" in contents | ||
assert '__email__ = "[email protected]"' in contents | ||
assert '__version__ = "0.7.17-beta"' in contents | ||
assert '__version__ = "0.7.18-beta"' in contents |
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 |
---|---|---|
|
@@ -52,7 +52,7 @@ | |
|
||
__author__ = """Gabriel Rondeau-Genesse""" | ||
__email__ = "[email protected]" | ||
__version__ = "0.7.17-beta" | ||
__version__ = "0.7.18-beta" | ||
|
||
|
||
# monkeypatch so that warnings.warn() doesn't mention itself | ||
|