From fa91915fc24aecf074e17acc12c39f30497282c6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20W=C4=85troba?= <markowanga@gmail.com>
Date: Mon, 9 Aug 2021 20:22:31 +0200
Subject: [PATCH] Fix package publishing

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 0ef1d3d..fa3d0f3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "asr-benchmarks"
-version = "0.0.1-beta.758943"
+version = "0.0.1"
 description = "Library to benchmark ASR systems"
 authors = [
     "Piotr Szymański <niedakh@gmail.com>",
-- 
GitLab