Skip to content

Commit

Permalink
Move to version 0.4 for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriffiths committed Aug 7, 2017
1 parent 62f6a00 commit 3949970
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ build_tag_release:
paths:
- wallycore-android-jni.tar.gz
- wallycore-android-jni.tar.gz.sha256
- wallycore-0.3.0-cp27-cp27mu-linux_x86_64.whl
- wallycore-0.3.0-cp27-cp27mu-linux_x86_64.whl.sha256
- wallycore-0.3.0-cp35-cp35m-linux_x86_64.whl
- wallycore-0.3.0-cp35-cp35m-linux_x86_64.whl.sha256
- wallycore-0.4.0-cp27-cp27mu-linux_x86_64.whl
- wallycore-0.4.0-cp27-cp27mu-linux_x86_64.whl.sha256
- wallycore-0.4.0-cp35-cp35m-linux_x86_64.whl
- wallycore-0.4.0-cp35-cp35m-linux_x86_64.whl.sha256
- wallycore-linux_x86_64-python2.tar.gz
- wallycore-linux_x86_64-python2.tar.gz.sha256
- wallycore-linux_x86_64-python3.tar.gz
Expand All @@ -34,10 +34,10 @@ build_tag_osx_release:
name: wallycore-bindings
when: on_success
paths:
- wallycore-0.3.0-cp27-cp27m-macosx_10_12_x86_64.whl
- wallycore-0.3.0-cp27-cp27m-macosx_10_12_x86_64.whl.sha256
- wallycore-0.3.0-cp36-cp36m-macosx_10_12_x86_64.whl
- wallycore-0.3.0-cp36-cp36m-macosx_10_12_x86_64.whl.sha256
- wallycore-0.4.0-cp27-cp27m-macosx_10_12_x86_64.whl
- wallycore-0.4.0-cp27-cp27m-macosx_10_12_x86_64.whl.sha256
- wallycore-0.4.0-cp36-cp36m-macosx_10_12_x86_64.whl
- wallycore-0.4.0-cp36-cp36m-macosx_10_12_x86_64.whl.sha256
- wallycore-macosx_10_12_intel-python2.tar.gz
- wallycore-macosx_10_12_intel-python2.tar.gz.sha256
- wallycore-macosx_10_12_intel-python3.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run(self):
setup(
name='wallycore',

version='0.3.0',
version='0.4.0',
description='libwally Bitcoin library',
long_description='Python bindings for the libwally Bitcoin library',
url='https://github.com/ElementsProject/libwally-core',
Expand Down

0 comments on commit 3949970

Please sign in to comment.