From fb7ee3a716020f6a04c0e55967612f9322d16893 Mon Sep 17 00:00:00 2001 From: David Bieber Date: Fri, 3 Apr 2020 11:04:51 -0700 Subject: [PATCH] Bump version number to 0.3.1. PiperOrigin-RevId: 304652311 Change-Id: I7e7e7c1d8cce1eb2c9dd59130b97ccc873b537fb --- 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 b97eeb82..2bacc8fe 100644 --- a/fire/__init__.py +++ b/fire/__init__.py @@ -21,4 +21,4 @@ from fire.core import Fire __all__ = ['Fire'] -__version__ = '0.3.0' +__version__ = '0.3.1' diff --git a/setup.py b/setup.py index 8887b7d7..0047fa95 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ 'python-Levenshtein', ] -VERSION = '0.3.0' +VERSION = '0.3.1' URL = 'https://github.com/google/python-fire' setup(