Skip to content

Commit

Permalink
- Prepare Fire for v0.1.3 release. by dbieber <dbieber@google.com>
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 186785089
Change-Id: I9c0d87c78fc37c73768c72f9630a5f6d40023cf6
Reviewed-on: https://team-review.git.corp.google.com/221474
Reviewed-by: David Bieber <dbieber@google.com>
  • Loading branch information
dbieber committed Feb 23, 2018
1 parent 9bff9d0 commit 6912ccd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fire/parser_fuzz_test.py
Expand Up @@ -30,7 +30,8 @@

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" ')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -39,7 +39,7 @@
'python-Levenshtein',
]

VERSION = '0.1.2'
VERSION = '0.1.3'
URL = 'https://github.com/google/python-fire'

setup(
Expand Down

0 comments on commit 6912ccd

Please sign in to comment.