Skip to content

Commit

Permalink
add version
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jan 20, 2024
1 parent a541647 commit 1e5cf7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conda_subprocess/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
from conda_subprocess.process import Popen
from conda_subprocess.interface import call, check_call, check_output, run
from . import _version

__version__ = _version.get_versions()["version"]

0 comments on commit 1e5cf7d

Please sign in to comment.