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 445a25b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions matador/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,9 @@
theory compute engines.
"""

import sys

__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 445a25b

Please sign in to comment.