Bump version for cic-cache python package build

This commit is contained in:
nolash 2021-11-03 11:19:44 +01:00
parent 2ebcd3e3de
commit 7217cb7f46
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 2 additions and 2 deletions

View File

@ -1 +0,0 @@
from .cache import BloomCache

View File

@ -5,7 +5,7 @@ version = (
0, 0,
2, 2,
1, 1,
'alpha.2', 'rc.1',
) )
version_object = semver.VersionInfo( version_object = semver.VersionInfo(

View File

@ -386,6 +386,7 @@ def refill_gas(self, recipient_address, chain_spec_dict):
session.flush() session.flush()
# finally determine the value to send # finally determine the value to send
# TODO: must be dynamic; more gas if price went up.
refill_amount = 0 refill_amount = 0
if not zero_amount: if not zero_amount:
refill_amount = self.safe_gas_refill_amount refill_amount = self.safe_gas_refill_amount