Skip to content

Commit

Permalink
Bump to v2.0
Browse files Browse the repository at this point in the history
Really just because I'm going to start making Github releases. :3
  • Loading branch information
totallyhuman committed Aug 22, 2017
1 parent 338bbfb commit a5fee50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions oeis.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
A Python library to access the OEIS (Online Encyclopedia of Integer Sequences).
Sumant Bhaskaruni
v1.3
v2.0
"""

__version__ = '1.3'
__version__ = '2.0'

import pendulum
import requests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name = 'py-oeis',
version = '1.3',
version = '2.0',
description = description,
author = 'Sumant Bhaskaruni',
author_email = '[email protected]',
Expand Down

0 comments on commit a5fee50

Please sign in to comment.