Skip to content

Commit

Permalink
Bump version number to v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Nov 21, 2023
1 parent 828b9be commit a58179d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/pages/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Change Log
===================================

v0.0.8
===================================

Fixes:

* Fix explicit copy issue for Pandas 2.1.0 and later
* Explicitly support Python 3.11 on PyPI
* Fix shield badges on PyPI

v0.0.7
===================================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="tbparse",
version="0.0.7",
version="0.0.8",
author="Johnson",
author_email="j3.soon777@gmail.com",
description="Load tensorboard event logs as pandas DataFrames; " + \
Expand Down

0 comments on commit a58179d

Please sign in to comment.