We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfc5c6 commit f4232b4Copy full SHA for f4232b4
twarc/version.py
@@ -1,5 +1,5 @@
1
import platform
2
3
-version = "2.11.1"
+version = "2.11.2"
4
5
user_agent = f"twarc/{version} ({platform.system()} {platform.machine()}) {platform.python_implementation()}/{platform.python_version()}"
0 commit comments