Skip to content

Commit 993ca88

Browse files
author
Raphael Meudec
authored
Merge pull request #11 from sicara/release/0.1.2
Bump version: 0.1.1 → 0.1.2
2 parents 6dd7d75 + 662d6df commit 993ca88

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 = 0.1.1
2+
current_version = 0.1.2
33
commit = True
44
tag = False
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="gpumonitor",
10-
version="0.1.1",
10+
version="0.1.2",
1111
description="GPU Monitoring Callbacks for TensorFlow and PyTorch Lightning",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)