We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbd039 commit 6bf2515Copy full SHA for 6bf2515
1 file changed
setup.py
@@ -5,13 +5,14 @@
5
6
setuptools.setup(
7
name="metabase-api",
8
- version="0.2.14.1",
+ version="0.2.14.2",
9
author="Vahid Vaezian",
10
author_email="vahid.vaezian@gmail.com",
11
description="A Python Wrapper for Metabase API",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
url="https://github.com/vvaezian/metabase_api_python",
15
+ packages=setuptools.find_packages(),
16
install_requires=[
17
"requests",
18
],
0 commit comments