From f6369ad6a4966f246e624c16d508725150975747 Mon Sep 17 00:00:00 2001 From: Wellington36 Date: Thu, 21 Nov 2024 11:57:47 -0300 Subject: [PATCH] Fix short description typo --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2b95ff9..ae28d3a 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = '1.0.2' -DESCRIPTION = 'Approximate infinite sums with a guaranteed error.' +VERSION = '1.0.3' +DESCRIPTION = 'Approximate infinite sums with guaranteed error.' # Setting up setup(