Skip to content

Commit

Permalink
Update versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Dec 7, 2023
1 parent ff41a2d commit 92cbd0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 22 deletions.
9 changes: 3 additions & 6 deletions coffea_casa/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from __future__ import absolute_import, annotations

import dask
import yaml
Expand All @@ -8,9 +8,6 @@
from .plugin import DistributedEnvironmentPlugin
from . import config

from ._version import __version__
from ._version import version as __version__


__all__ = [
"__version__",
]
__all__ = ["__version__"]
16 changes: 0 additions & 16 deletions coffea_casa/_version.py

This file was deleted.

4 changes: 4 additions & 0 deletions coffea_casa/_version.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from __future__ import annotations

version: str
version_tuple: tuple[int, int, int] | tuple[int, int, int, str, str]

0 comments on commit 92cbd0c

Please sign in to comment.