Skip to content

Commit 6bf2515

Browse files
authored
Update setup.py
1 parent afbd039 commit 6bf2515

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55

66
setuptools.setup(
77
name="metabase-api",
8-
version="0.2.14.1",
8+
version="0.2.14.2",
99
author="Vahid Vaezian",
1010
author_email="vahid.vaezian@gmail.com",
1111
description="A Python Wrapper for Metabase API",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/vvaezian/metabase_api_python",
15+
packages=setuptools.find_packages(),
1516
install_requires=[
1617
"requests",
1718
],

0 commit comments

Comments
 (0)