- Prepare Fire for v0.1.3 release. by dbieber <dbieber@google.com>

PiperOrigin-RevId: 186785089
Change-Id: I9c0d87c78fc37c73768c72f9630a5f6d40023cf6
Reviewed-on: https://team-review.git.corp.google.com/221474
Reviewed-by: David Bieber <dbieber@google.com>
This commit is contained in:
David Bieber
2018-02-23 10:18:14 -08:00
parent 9bff9d01ce
commit 6912ccd56f
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ import six
class ParserFuzzTest(testutils.BaseTestCase):
@given(st.text(min_size=1), settings=settings.Settings(max_examples=10000))
@settings(max_examples=10000)
@given(st.text(min_size=1))
@example('True')
@example(r'"test\t\t\a\\a"')
@example(r' "test\t\t\a\\a" ')
+1 -1
View File
@@ -39,7 +39,7 @@ TEST_DEPENDENCIES = [
'python-Levenshtein',
]
VERSION = '0.1.2'
VERSION = '0.1.3'
URL = 'https://github.com/google/python-fire'
setup(