From 4b099e7b671da8bfecf2f1c1e0b0d70c31ad127a Mon Sep 17 00:00:00 2001
From: Alain Riou <alain.riou14000@yahoo.com>
Date: Wed, 17 Jan 2024 19:07:24 +0100
Subject: [PATCH] version 1.0.0

---
 README.md         | 2 ++
 pesto/__init__.py | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ac4d400..ae7ff47 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,8 @@ This repository is implemented in [PyTorch](https://pytorch.org/) and has the fo
 - [torchaudio](https://pytorch.org/audio/stable/) for audio loading
 - `matplotlib` for exporting pitch predictions as images (optional)
 
+**Warning:** If installing in a clean environment, it may be safer to first install PyTorch [the recommended way](https://pytorch.org/get-started/locally/) before PESTO.
+
 ## Usage
 
 ### Command-line interface
diff --git a/pesto/__init__.py b/pesto/__init__.py
index 5da69bb..167a098 100644
--- a/pesto/__init__.py
+++ b/pesto/__init__.py
@@ -1,4 +1,4 @@
 from .core import load_model, predict, predict_from_files
 
 
-__version__ = '1.1.0'
+__version__ = '1.0.0'
-- 
GitLab