Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Nov 9, 2023
1 parent b21bdf6 commit f7bcd20
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions matador/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@
__all__ = ["__version__"]
__author__ = "Matthew Evans"
__maintainer__ = "Matthew Evans"
__version__ = "0.10.1"
__version__ = "0.10.2"

script_epilog = f"Written and maintained by Matthew Evans ([email protected]) 2016-2022, version {__version__}."


if sys.version_info.minor == 7:
import warnings

warnings.warn(
"v0.10 of the `matador` library will be the last to support Python 3.7. "
"Please upgrade to Python 3.8+ to use v0.11 and later versions of `matador`.",
DeprecationWarning,
)

0 comments on commit f7bcd20

Please sign in to comment.