Skip to content

Commit 764363b

Browse files
authored
Merge pull request #20 from ranamihir/improvements
Bump version: 1.5.5 → 1.5.6
2 parents 780c27b + d6aa228 commit 764363b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.5
2+
current_version = 1.5.6
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
# Application info
55
name="pytorch_common",
6-
version="1.5.5", # NOTE: Do not edit manually - will increment via bumpversion
6+
version="1.5.6", # NOTE: Do not edit manually - will increment via bumpversion
77
author="Mihir Rana",
88
author_email="[email protected]",
99
description="Repo for common PyTorch code",

0 commit comments

Comments
 (0)