From 52a8e1bef4cae7bb0f5f17b25db93a47ef20f0c2 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Tue, 29 Jul 2025 10:39:20 +0200 Subject: [PATCH] chore: bump version for release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43572d8..54dfa25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3801,7 +3801,7 @@ dependencies = [ [[package]] name = "pythnet-watcher" -version = "0.1.0" +version = "1.0.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 9570178..a679107 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pythnet-watcher" -version = "0.1.0" +version = "1.0.0" edition = "2021" [dependencies]