From 31478371c69f6d7c6f6b1285672b327f932656c5 Mon Sep 17 00:00:00 2001 From: Roman Vlasenko Date: Wed, 31 Jan 2024 22:03:28 +0300 Subject: [PATCH] Bump version to 1.0.1 [no ci] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19ae403..1bf88fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,7 +82,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" [[package]] name = "copykitten" -version = "1.0.0" +version = "1.0.1" dependencies = [ "arboard", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index f98ac15..a1f033c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "copykitten" -version = "1.0.0" +version = "1.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html