We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353bf8e commit 128fc3dCopy full SHA for 128fc3d
groundingdino/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.1.0'
+__version__ = '0.1.1'
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.1.1
3
commit = True
4
tag = True
5
@@ -18,5 +18,3 @@ universal = 1
18
exclude = docs
19
20
[aliases]
21
-# Define setup.py command aliases here
22
-
setup.py
@@ -193,7 +193,7 @@ def gen_packages_items():
193
194
setup(
195
name="groundingdino-py",
196
- version='0.1.0',
+ version='0.1.1',
197
author="International Digital Economy Academy, Shilong Liu",
198
url="https://github.com/IDEA-Research/GroundingDINO",
199
description="open-set object detector",
0 commit comments