From 562acded421ce5d52531513810360527b1b25bf5 Mon Sep 17 00:00:00 2001 From: Rinat Sabitov Date: Mon, 14 Sep 2020 17:08:20 +0300 Subject: [PATCH] beta.1 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48c468d..da85fb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kcare-uchecker" -version = "0.1.0-beta.0" +version = "0.1.0-beta.1" description = "A simple tool to detect outdated shared libraries" authors = ["Rinat Sabitov "] license = "GPL-2.0-only"