Skip to content

Commit fe9257a

Browse files
Bum to v0.3.6
1 parent ebba74f commit fe9257a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def from_file(file_name: str = "requirements.txt", comment_char: str = "#"):
2525

2626
setup(
2727
name="pytorch-benchmark",
28-
version="0.3.5",
28+
version="0.3.6",
2929
description="Easily benchmark PyTorch model FLOPs, latency, throughput, max allocated memory and energy consumption in one go.",
3030
long_description=long_description(),
3131
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)