Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Pfrommer committed Nov 28, 2023
1 parent 3eb4321 commit cdbe47a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div align="center">

<a href="">![](https://img.shields.io/badge/version-0.3.1-orange)</a>
<a href="">![](https://img.shields.io/badge/version-0.4.0-orange)</a>
<a href="">![](https://github.com/spfrommer/torchexplorer/actions/workflows/ci.yml/badge.svg)</a>
<a href="">![](https://img.shields.io/badge/python-3.8%20|%203.9%20|%203.10%20|%203.11-blue)</a>
<a href="https://github.com/spfrommer/torchexplorer/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-lightgrey.svg" alt="license badge"></a>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='torchexplorer',
version='0.3.1',
version='0.4.0',
description="Interactively inspect pytorch modules during training.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit cdbe47a

Please sign in to comment.