Skip to content

Commit

Permalink
updated version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed May 26, 2020
1 parent 2cff2c2 commit 5c639ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

# Also in twarc/__init__.py
__version__ = '1.8.3'
__version__ = '1.8.4'

with open("README.md") as f:
long_description = f.read()
Expand Down
2 changes: 1 addition & 1 deletion twarc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.8.3' # also in setup.py
__version__ = '1.8.4' # also in setup.py

from .client import Twarc
from .command import main

0 comments on commit 5c639ed

Please sign in to comment.