Skip to content

Commit

Permalink
Resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
sof-danny committed Feb 24, 2024
2 parents fd7f6e9 + 4fd3f0c commit 864cac9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions build/lib/Spannotation/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ def main():

if __name__ == "__main__":
main()




Binary file modified dist/spannotation-0.1.13-py3-none-any.whl
Binary file not shown.
Binary file modified dist/spannotation-0.1.13.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='spannotation',
version='0.1.13',
version='0.1.14',
author='Samuel O. Folorunsho',
author_email='[email protected]',
description="This Python package offers a simple yet powerful tool for image segmentation, particularly useful for navigation and path detection tasks in various environments. Utilizing minimal user input, it allows for the efficient segmentation of images into 'drivable' and 'non-drivable' regions, making it an ideal solution for a range of applications from agriculture to autonomous navigation.",
Expand Down
4 changes: 2 additions & 2 deletions spannotation.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ or

If you want to install a specific version:

``` pip install spannotation==0.1.9 ```
``` pip install spannotation==0.1.11 ```


## Usage on Python code Editor
Expand All @@ -74,7 +74,7 @@ or

If you want to install a specific version:

``` pip install spannotation==0.1.9 ```
``` pip install spannotation==0.1.11 ```



Expand Down

0 comments on commit 864cac9

Please sign in to comment.