From c1a7e2f21fb95e37d80d3e32c7ecbefa12140edf Mon Sep 17 00:00:00 2001 From: David Bieber Date: Tue, 30 Jul 2019 11:28:50 -0700 Subject: [PATCH] Set version to 0.2.1. PiperOrigin-RevId: 260758966 Change-Id: I46fd2a5fbbbfa33c86782a25c9e92b387c6fb03d --- fire/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fire/__init__.py b/fire/__init__.py index 1e92b531..2d8f61b5 100644 --- a/fire/__init__.py +++ b/fire/__init__.py @@ -21,4 +21,4 @@ from fire.core import Fire __all__ = ['Fire'] -__version__ = '0.2.0' +__version__ = '0.2.1' diff --git a/setup.py b/setup.py index 68103649..44b7d7be 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ 'python-Levenshtein', ] -VERSION = '0.2.0' +VERSION = '0.2.1' URL = 'https://github.com/google/python-fire' setup(