Skip to content

Commit

Permalink
Require python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert committed Nov 5, 2024
1 parent 1424926 commit c27ae9a
Show file tree
Hide file tree
Showing 3 changed files with 459 additions and 464 deletions.
4 changes: 2 additions & 2 deletions combine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import pkg_resources
import importlib.metadata

from .core import Combine


__author__ = "Dropseed"
__email__ = "[email protected]"
__version__ = pkg_resources.get_distribution("combine").version
__version__ = importlib.metadata.version("combine")
Loading

0 comments on commit c27ae9a

Please sign in to comment.