Skip to content

Commit

Permalink
Fix short description typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wellington36 committed Nov 21, 2024
1 parent f3818e2 commit f6369ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit f6369ad

Please sign in to comment.