Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Jun 15, 2018
1 parent 267a94c commit 7ed9f36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from os.path import join
from setuptools import setup

# Also in twarc.py
__version__ = '1.4.6'
# Also in twarc/__init__.py
__version__ = '1.4.7'

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.4.6' # also in setup.py
__version__ = '1.4.7' # also in setup.py

from .client import Twarc
from .command import main

0 comments on commit 7ed9f36

Please sign in to comment.