From 6cc4356cc35a2977431c2e84a5025cfc1929bb47 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Fri, 31 Dec 2021 16:18:01 -0800 Subject: [PATCH] Prepare 0.9.0 (#247) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b93fc74..bebe33c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pixels" description = "A tiny library providing a GPU-powered pixel frame buffer." -version = "0.8.0" +version = "0.9.0" authors = ["Jay Oster "] edition = "2021" repository = "https://github.com/parasyte/pixels"