File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3 .0
2+ current_version = 0.4 .0
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def check_if_nightly(version):
9898project = 'Raiden Network'
9999author = 'Raiden Project'
100100
101- version_string = '0.3 .0'
101+ version_string = '0.4 .0'
102102# The version info for the project you're documenting, acts as replacement for
103103# |version| and |release|, also used in various other places throughout the
104104# built documents.
Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ netifaces==0.10.7
1515networkx == 2.1.0
1616psutil == 5.4.5
1717pycryptodome == 3.6.1
18- # raiden-libs==???
18+ raiden-libs == 0.1.0
19+ raiden-contracts == 0.1.0
1920# FIXME: replace with released version before merge
20- git+https://github.com/raiden-network/raiden-libs.git@588f62700685cac09882a8f2f13c12ebc90640d0#egg=raiden-libs
21- git+https://github.com/raiden-network/raiden-contracts.git@2ab91aa4b062d88a124ce050551e2f4b8cb0da57#egg=raiden-contracts
21+ # git+https://github.com/raiden-network/raiden-libs.git@588f62700685cac09882a8f2f13c12ebc90640d0#egg=raiden-libs
22+ # git+https://github.com/raiden-network/raiden-contracts.git@2ab91aa4b062d88a124ce050551e2f4b8cb0da57#egg=raiden-contracts
2223webargs == 1.8.1
2324eth-keyfile == 0.5.1
2425eth_utils == 1.0.3
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ def run(self):
109109
110110test_requirements = []
111111
112- version = '0.3 .0' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
112+ version = '0.4 .0' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
113113
114114setup (
115115 name = 'raiden' ,
You can’t perform that action at this time.
0 commit comments