Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Oct 4, 2021
1 parent cb23c26 commit 8b4908b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""A setuptools based setup module.
"""
A setuptools based setup module.
See:
https://packaging.python.org/guides/distributing-packages-using-setuptools/
https://github.com/pypa/sampleproject
Expand All @@ -12,7 +13,7 @@
from setuptools import setup, find_packages

PATH_ROOT = Path(__file__).parent.resolve()
VERSION = "0.5.0"
VERSION = "0.5.1"

PACKAGE_NAME = "yolort"
sha = "Unknown"
Expand Down

0 comments on commit 8b4908b

Please sign in to comment.