Skip to content

Commit

Permalink
sync with RU
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed May 7, 2024
1 parent 716b60c commit 739a2f9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
15 changes: 13 additions & 2 deletions src/radical/saga/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

# ------------------------------------------------------------------------------
#

from .version import *
from .constants import *

from .task import Task, Container
Expand Down Expand Up @@ -39,5 +37,18 @@
from . import utils


# ------------------------------------------------------------------------------
#
import os as _os
import radical.utils as _ru

_mod_root = _os.path.dirname (__file__)

version_short, version_base, version_branch, version_tag, version_detail \
= _ru.get_version(_mod_root)
version = version_short
__version__ = version_detail


# ------------------------------------------------------------------------------

15 changes: 0 additions & 15 deletions src/radical/saga/version.py

This file was deleted.

0 comments on commit 739a2f9

Please sign in to comment.