Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg committed Jun 29, 2023
1 parent 1ab085f commit 241b2f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions autodistill_dinov2/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
from .dinov2_model import DINOv2

__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import find_packages
import re

with open("./autodistill_clip/__init__.py", 'r') as f:
with open("./autodistill_dinov2/__init__.py", 'r') as f:
content = f.read()
# from https://www.py4u.net/discuss/139845
version = re.search(r'__version__\s*=\s*[\'"]([^\'"]*)[\'"]', content).group(1)
Expand Down

0 comments on commit 241b2f5

Please sign in to comment.