Skip to content

Commit 0182b00

Browse files
Bump to version 0.3.4
1 parent 13e1968 commit 0182b00

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ From v1.0.0 and on, the project will adherence strictly to Semantic Versioning.
99

1010
## [Unreleased]
1111

12+
## [0.3.4] - 2022-02-22
13+
14+
### Fixed
15+
- Add missing memory to results
16+
1217

1318
## [0.3.3] - 2022-02-22
1419

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.3",
28+
version="0.3.4",
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)