From 5283bc531c6ba713408f31cbb1b88bc168e76289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 29 Aug 2017 10:13:55 +0200 Subject: [PATCH] chore: bump version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e36502..5d2ef8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,4 +1,4 @@ [root] name = "algo" -version = "0.4.0" +version = "0.5.0" diff --git a/Cargo.toml b/Cargo.toml index 1626dfe..97443bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algo" -version = "0.4.0" +version = "0.5.0" authors = ["Jan Christian Grünhage "] [dependencies]