Skip to content

Commit 27122eb

Browse files
committed
Version Bump
1 parent 3c4162d commit 27122eb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

apiclient/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
from .core import *
22
from .methods import *
3+
4+
__author__ = "FalseDev"
5+
__title__ = "apiclient"
6+
__license__ = "MIT"
7+
__copyright__ = "Copyright 2021 FalseDev"
8+
__version__ = "0.1.1"
9+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

0 commit comments

Comments
 (0)