We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efa11b1 + d4c2138 commit 7026af0Copy full SHA for 7026af0
setup.py
@@ -6,13 +6,13 @@
6
setup(
7
name="kensho_kenverters",
8
packages=["kensho_kenverters"],
9
- version="1.2.5",
+ version="1.2.6",
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_5.tar.gz", # noqa:E501
+ download_url="https://github.com/kensho-technologies/kenverters/archive/refs/tags/v_1_2_6.tar.gz", # noqa:E501
16
keywords=["Kensho Extract", "Python Toolkit"],
17
install_requires=[
18
"pandas",
0 commit comments