Skip to content

Commit

Permalink
Bump up version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyapandit committed Feb 13, 2018
1 parent 78e34f8 commit fac79c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prequest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from requests import Response
from typing import Dict

__version__ = '0.0.1'
__version__ = '1.0.0'


def get(url: str, **kwargs) -> Response:
Expand Down

0 comments on commit fac79c6

Please sign in to comment.