From 222f98740354e09e7285effac90c49007ef40214 Mon Sep 17 00:00:00 2001 From: Rinat Sabitov Date: Wed, 21 Oct 2020 06:32:24 +0300 Subject: [PATCH] beta.2 release Fix #6 Python 3.8 compatibility Fix #8 Error while mmaped file access --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da85fb3..cdc17bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kcare-uchecker" -version = "0.1.0-beta.1" +version = "0.1.0-beta.2" description = "A simple tool to detect outdated shared libraries" authors = ["Rinat Sabitov "] license = "GPL-2.0-only"