Skip to content

Commit

Permalink
Merge pull request #135 from IDEA-Research/release/0.10.0
Browse files Browse the repository at this point in the history
update(setup.py): upgrade version from 0.9.5 to 0.10.0
  • Loading branch information
imhuwq authored Feb 29, 2024
2 parents e201a82 + 5f7bd3b commit aba45ae
Showing 1 changed file with 1 addition and 1 deletion.
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 setup

version = "0.9.5"
version = "0.10.0"

description = "A tool for CV dataset labeling, visualizing and analysing"
with open("README.md", "r", encoding="utf8") as fp:
Expand Down

0 comments on commit aba45ae

Please sign in to comment.