Skip to content

Commit cd27aa8

Browse files
authored
Merge pull request #1886 from palango/bump-version
Bump version: 0.3.0 → 0.4.0
2 parents 5b911ba + d6d670d commit cd27aa8

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.bumpversion_client.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.0
2+
current_version = 0.4.0
33
commit = True
44
tag = False
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def check_if_nightly(version):
9898
project = 'Raiden Network'
9999
author = '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.

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ netifaces==0.10.7
1515
networkx==2.1.0
1616
psutil==5.4.5
1717
pycryptodome==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
2223
webargs==1.8.1
2324
eth-keyfile==0.5.1
2425
eth_utils==1.0.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def run(self):
109109

110110
test_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

114114
setup(
115115
name='raiden',

0 commit comments

Comments
 (0)