From 2d8efeff6679ffe6bd8ac2a3726a46208d1511fe Mon Sep 17 00:00:00 2001
From: Dorival Pedroso <dorival.pedroso@gmail.com>
Date: Thu, 19 Sep 2024 10:10:10 +1000
Subject: [PATCH] Bump version

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index d0b9970..68d9040 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "plotpy"
-version = "1.7.4"
+version = "1.8.0"
 edition = "2021"
 license = "MIT"
 description = "Rust plotting library using Python (Matplotlib)"