Skip to content

Commit f3818e2

Browse files
authored
Update setup.py
1 parent efdd998 commit f3818e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = '1.0.1'
3+
VERSION = '1.0.2'
44
DESCRIPTION = 'Approximate infinite sums with a guaranteed error.'
55

66
# Setting up
@@ -17,4 +17,4 @@
1717
packages=find_packages(),
1818
install_requires=['mpmath'],
1919
keywords=['python', 'sum', 'series', 'infinite-series', 'approximation', 'guaranted-sum']
20-
)
20+
)

0 commit comments

Comments
 (0)