Skip to content

Commit

Permalink
feat: v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioschneider committed Jan 13, 2023
1 parent 7f3a73c commit 5d39895
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 @@ -5,7 +5,7 @@ A fully featured audio diffusion library, for PyTorch. Includes models for uncon
## Install

```bash
pip install -U git+https://github.com/archinetai/audio-diffusion-pytorch.git@nightly
pip install audio-diffusion-pytorch
```

[![PyPI - Python Version](https://img.shields.io/pypi/v/audio-diffusion-pytorch?style=flat&colorA=black&colorB=black)](https://pypi.org/project/audio-diffusion-pytorch/)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="audio-diffusion-pytorch",
packages=find_packages(exclude=[]),
version="0.0.6+nightly",
version="0.1.0",
license="MIT",
description="Audio Diffusion - PyTorch",
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5d39895

Please sign in to comment.