We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb8dff commit 51ee9a9Copy full SHA for 51ee9a9
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="twarc-csv",
8
- version="0.3.7",
+ version="0.3.8",
9
url="https://github.com/docnow/twarc-csv",
10
author="Igor Brigadir",
11
author_email="igor.brigadir@gmail.com",
@@ -15,7 +15,7 @@
15
long_description_content_type="text/markdown",
16
python_requires=">=3.3",
17
install_requires=[
18
- "twarc>=2.3.10",
+ "twarc>=2.4.0",
19
"pandas>=1.2.5",
20
"more-itertools>=8.7.0",
21
"tqdm>=4.59.0",
0 commit comments