From b85c6011c93e5a2be0dbf59d029ad5f4e8f31214 Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Mon, 15 Jun 2020 14:07:18 +0100 Subject: [PATCH] new version --- setup.py | 2 +- twarc/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 14d31383..d8648b86 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup # Also in twarc/__init__.py -__version__ = '1.9.0' +__version__ = '1.9.1' with open("README.md") as f: long_description = f.read() diff --git a/twarc/__init__.py b/twarc/__init__.py index 797a1998..abc117db 100644 --- a/twarc/__init__.py +++ b/twarc/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.9.0' # also in setup.py +__version__ = '1.9.1' # also in setup.py from .client import Twarc from .command import main