Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jul 20, 2024
1 parent 0ee9cd8 commit 65e50ae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[bumpversion]
current_version = 1.0.1

[isort]
line_length=100
multi_line_output=3
include_trailing_comma=True
known_standard_library=numpy,setuptools
skip_glob=*/__init__.py
known_myself=segment_anything
known_third_party=matplotlib,cv2,torch,torchvision,pycocotools,onnx,black,isort
no_lines_before=STDLIB,THIRDPARTY
sections=FUTURE,STDLIB,THIRDPARTY,MYSELF,FIRSTPARTY,LOCALFOLDER
default_section=FIRSTPARTY
line_length = 100
multi_line_output = 3
include_trailing_comma = True
known_standard_library = numpy,setuptools
skip_glob = */__init__.py
known_myself = segment_anything
known_third_party = matplotlib,cv2,torch,torchvision,pycocotools,onnx,black,isort
no_lines_before = STDLIB,THIRDPARTY
sections = FUTURE,STDLIB,THIRDPARTY,MYSELF,FIRSTPARTY,LOCALFOLDER
default_section = FIRSTPARTY
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
description="An unofficial Python package for Meta AI's Segment Anything Model",
url="https://github.com/opengeos/segment-anything",
name="segment-anything-py",
version="1.0",
version="1.0.1",
install_requires=["torch>=1.7", "torchvision>=0.8"],
license="Apache Software License 2.0",
long_description=readme,
Expand Down

0 comments on commit 65e50ae

Please sign in to comment.