Skip to content

Commit e2ab3f7

Browse files
Add version file
1 parent 4ec185e commit e2ab3f7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

micro_sam/__version__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "0.0.1"

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
import runpy
12
from distutils.core import setup
23

4+
__version__ = runpy.run_path("micro_sam/__version__.py")["__version__"]
5+
36
setup(
47
name="micro_sam",
58
version="0.0.1",

0 commit comments

Comments
 (0)