diff --git a/group.py b/pygroup.py similarity index 100% rename from group.py rename to pygroup.py diff --git a/setup.py b/setup.py index 1d00275..12a64e8 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='pygroup', py_modules=['pygroup'], - version='0.14', + version='0.15', license='LGPLv2.1', description='This is a python module about group theory in math', author='Rainbow-Dreamer', @@ -12,7 +12,7 @@ install_requires=['polynomial', 'matrixpro'], url='https://github.com/Rainbow-Dreamer/pygroup', download_url= - 'https://github.com/Rainbow-Dreamer/pygroup/archive/0.14.tar.gz', + 'https://github.com/Rainbow-Dreamer/pygroup/archive/0.15.tar.gz', keywords=['group theory', 'mathematics', 'statistics'], classifiers=[ 'Development Status :: 3 - Alpha',