Skip to content

Commit

Permalink
bump version (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaydeci committed May 3, 2023
1 parent e8e5ae6 commit 1c67ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ ________________________________________________________________________________
pip install super-gradients
```

## What's New - Version 3.1.0 (May 3rd)
## What's New - Version 3.1.1 (May 3rd)
__________________________________________________________________________________________________________
* [YOLO-NAS](https://bit.ly/41WeNPZ)
* New [predict function](https://bit.ly/3oZfaea) (predict on any image, video, url, path, stream)
Expand Down
2 changes: 1 addition & 1 deletion src/super_gradients/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"setup_device",
]

__version__ = "3.1.0"
__version__ = "3.1.1"

env_sanity_check()

0 comments on commit 1c67ce3

Please sign in to comment.