Skip to content

Commit 128fc3d

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent 353bf8e commit 128fc3d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

groundingdino/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.1.1'

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

@@ -18,5 +18,3 @@ universal = 1
1818
exclude = docs
1919

2020
[aliases]
21-
# Define setup.py command aliases here
22-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def gen_packages_items():
193193

194194
setup(
195195
name="groundingdino-py",
196-
version='0.1.0',
196+
version='0.1.1',
197197
author="International Digital Economy Academy, Shilong Liu",
198198
url="https://github.com/IDEA-Research/GroundingDINO",
199199
description="open-set object detector",

0 commit comments

Comments
 (0)