We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dd7d75 + 662d6df commit 993ca88Copy full SHA for 993ca88
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.1
+current_version = 0.1.2
3
commit = True
4
tag = False
5
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="gpumonitor",
10
- version="0.1.1",
+ version="0.1.2",
11
description="GPU Monitoring Callbacks for TensorFlow and PyTorch Lightning",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
0 commit comments