Skip to content

Commit f756ec3

Browse files
committed
Merge pull request #47 from Syncano/CORE-1518
[CORE-1518] update the syncano LIB version;
2 parents b8eacb7 + caf148f commit f756ec3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ fastly==0.0.2
2323
pandas==0.17.1
2424
BeautifulSoup==3.2.1
2525
boto3==1.2.5
26-
syncano==5.0.1
26+
syncano==5.1.0
2727
mixpanel==4.3.0
2828
mixpanel-query-py==0.1.7

requirements_python3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ fastly==0.0.2
2323
pandas==0.17.1
2424
beautifulsoup4==4.4.1
2525
boto3==1.2.5
26-
syncano==5.0.1
26+
syncano==5.1.0
2727
mixpanel==4.3.0
2828
mixpanel-query-py==0.1.7

test_v50.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
for lib, version in (('numpy', '1.8.2'), ('scipy', '0.13.3'), ('syncano', '5.0.1')):
1+
for lib, version in (('numpy', '1.8.2'), ('scipy', '0.13.3'), ('syncano', '5.1.0')):
22
assert __import__(lib).__version__ == version

0 commit comments

Comments
 (0)