Skip to content

Commit 40d1829

Browse files
committed
Bumped version 0.1.1
1 parent 5a10f00 commit 40d1829

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: python
22
python:
33
- "2.7"
44
- "3.5"
5-
- "3.5-dev"
5+
- "3.6-dev"
6+
- "3.6"
67
- "nightly"
78
script: nosetests

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='scscp',
5-
version='0.1.0',
5+
version='0.1.1',
66
description='Implementation of the SCSCP protocol',
77
url='https://github.com/OpenMath/py-scscp',
88
author='Luca De Feo',
@@ -15,5 +15,5 @@
1515
],
1616
keywords='openmath scscp',
1717
packages=find_packages(),
18-
install_requires=['openmath', 'pexpect'],
18+
install_requires=['openmath>=0.1.1', 'pexpect'],
1919
)

0 commit comments

Comments
 (0)