Skip to content

Commit

Permalink
Roll forward to 2.9.4
Browse files Browse the repository at this point in the history
I made a mistake so 2.9.3 did not deploy to PyPI automatically.

Since it's been a couple of weeks and I would have to mess with
history to release again, I'm going to just roll forward one more
version.
  • Loading branch information
SamHames committed Feb 24, 2022
1 parent eace253 commit eb0ced8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twarc/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import platform

version = "2.9.3"
version = "2.9.4"

user_agent = f"twarc/{version} ({platform.system()} {platform.machine()}) {platform.python_implementation()}/{platform.python_version()}"

0 comments on commit eb0ced8

Please sign in to comment.