Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yalishanda42 committed Mar 17, 2020
1 parent 64956c5 commit b962864
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
Expand Up @@ -9,15 +9,15 @@
setup(
name='py-polynomial',
packages=find_packages(exclude=("tests",)),
version='0.3.1',
version='0.4.0',
license='MIT',
description='Package defining mathematical single-variable polynomials.',
long_description=README,
long_description_content_type="text/markdown",
author='Alexander Ignatov',
author_email='[email protected]',
url='https://github.com/allexks/py-polynomial',
download_url='https://github.com/allexks/py-polynomial/archive/0.3.1.tar.gz',
download_url='https://github.com/allexks/py-polynomial/archive/0.4.0.tar.gz',
keywords=['polynomial', 'maths', 'derivative', 'roots', 'algebra', 'linear'],
install_requires=[],
classifiers=[
Expand Down

0 comments on commit b962864

Please sign in to comment.