From 1b8be5a8cbcb97aca6766a50e49aa96e2ea7ccc9 Mon Sep 17 00:00:00 2001 From: Julien Enselme Date: Wed, 29 Jun 2022 18:56:46 +0200 Subject: [PATCH] Correct version in SPEC file --- python-PyMySQL.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 75a21e9..1434c31 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -1,7 +1,7 @@ %global pypi_name PyMySQL Name: python-%{pypi_name} -Version: 0.10.1 +Version: 1.0.2 Release: 1%{?dist} Summary: Pure-Python MySQL client library