Skip to content

Commit f07257f

Browse files
committed
Bump version number to v0.0.4
1 parent 3f512a8 commit f07257f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/pages/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Change Log
33
===================================
44

5+
v0.0.4
6+
===================================
7+
8+
Features:
9+
10+
* Support parsing ``hparams``
11+
12+
Fixes:
13+
14+
* Fix empty directory bug
15+
516
v0.0.3
617
===================================
718

setup.py

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

88
setuptools.setup(
99
name="tbparse",
10-
version="0.0.3",
10+
version="0.0.4",
1111
author="Johnson",
1212
author_email="[email protected]",
1313
description="Read, parse, and plot tensorboard event logs with ease!",

0 commit comments

Comments
 (0)