diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2149601..595d31a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.5 +current_version = 1.5.6 commit = True tag = True diff --git a/setup.py b/setup.py index 5773cb0..b5f8546 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( # Application info name="pytorch_common", - version="1.5.5", # NOTE: Do not edit manually - will increment via bumpversion + version="1.5.6", # NOTE: Do not edit manually - will increment via bumpversion author="Mihir Rana", author_email="ranamihir@gmail.com", description="Repo for common PyTorch code",