Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
FalseDev committed Feb 4, 2021
1 parent 3c4162d commit 27122eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions apiclient/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
from .core import *
from .methods import *

__author__ = "FalseDev"
__title__ = "apiclient"
__license__ = "MIT"
__copyright__ = "Copyright 2021 FalseDev"
__version__ = "0.1.1"

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

setuptools.setup(
name="instant-api-client",
version="0.1.0",
version="0.1.1",
author="FalseDev",
license="MIT",
description="Create API wrappers/clients in minutes, enjoying both blocking and async interfaces from one codebase!",
Expand Down

0 comments on commit 27122eb

Please sign in to comment.