bump version for PyPI

also adjust test_gitcafe retry times
This commit is contained in:
lilydjwg 2015-11-11 14:28:25 +08:00
parent af14b39833
commit fbbc7cb1e4
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.4'
__version__ = '0.4.1'

View File

@ -3,6 +3,6 @@ from tests.helper import ExternalVersionTestCase
class GitCafeTest(ExternalVersionTestCase):
@flaky(max_runs=3)
@flaky(max_runs=7)
def test_gitcafe(self):
self.assertEqual(self.sync_get_version("example", {"gitcafe": "test/test"}), "20120201")