Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #14 from todofixthis/release/1.0.4
Browse files Browse the repository at this point in the history
PyOTA-CCurl v1.0.4
  • Loading branch information
todofixthis authored Sep 24, 2017
2 parents 6cdbd68 + f1f0ae7 commit 1685f73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ python:
- '2.7'
- '3.5'
- '3.6'
install: pip install .
install: pip install --pre .
script:
- pip install nose mock
- 'pip download --no-deps --no-binary :all: --dest pyota-unittests --pre pyota'
- tar -zxf pyota-unittests/PyOTA-*.tar.gz -C pyota-unittests --strip-components=1
- nosetests pyota-unittests/test
deploy:
on:
branch: master
tags: true
provider: pypi
distribution: bdist_wheel sdist
distributions: 'bdist_wheel sdist'
skip_upload_docs: true
user: phx
password:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
name = 'PyOTA-CCurl',
description = 'C Curl extension for PyOTA',
url = 'https://github.com/todofixthis/pyota-ccurl',
version = '1.0.3',
version = '1.0.4',

long_description = long_description,

Expand Down
2 changes: 1 addition & 1 deletion src/ccurlmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <stdint.h>

#define HASH_LENGTH 243
#define NUMBER_OF_ROUNDS 27
#define NUMBER_OF_ROUNDS 81
#define STATE_LENGTH 3 * HASH_LENGTH


Expand Down

0 comments on commit 1685f73

Please sign in to comment.