We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a21c1 commit 5243532Copy full SHA for 5243532
setup.py
@@ -6,13 +6,13 @@
6
setup(
7
name="kensho_kenverters",
8
packages=["kensho_kenverters"],
9
- version="1.2.7",
+ version="1.2.8",
10
license="Apache-2.0",
11
description="Python Toolkit for Kensho Extract",
12
author="Valerie Faucon-Morin",
13
author_email="valerie.fauconmorin@spglobal.com",
14
url="https://github.com/kensho-technologies/kenverters",
15
- download_url="https://github.com/kensho-technologies/kenverters/archive/refs/tags/v_1_2_7.tar.gz", # noqa:E501
+ download_url="https://github.com/kensho-technologies/kenverters/archive/refs/tags/v_1_2_8.tar.gz", # noqa:E501
16
keywords=["Kensho Extract", "Python Toolkit"],
17
install_requires=[
18
"pandas",
0 commit comments