Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #52 from simphony/build-against-0.6.0
Browse files Browse the repository at this point in the history
Building against 0.6.0
  • Loading branch information
stefanoborini committed Jan 30, 2017
2 parents 75b87dd + 1e5bc5f commit f5adafd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ virtualenv:
env:
- SIMPHONY_VERSION=master PARAVIEW=paraview
- SIMPHONY_VERSION=master PARAVIEW=paraviewopenfoam410
- SIMPHONY_VERSION=0.5.0 PARAVIEW=paraview
- SIMPHONY_VERSION=0.5.0 PARAVIEW=paraviewopenfoam410
- SIMPHONY_VERSION=0.6.0 PARAVIEW=paraview
- SIMPHONY_VERSION=0.6.0 PARAVIEW=paraviewopenfoam410
matrix:
allow_failures:
- env: SIMPHONY_VERSION=master PARAVIEW=paraview
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
from setuptools import setup, find_packages

MAJOR = 0
MINOR = 3
MINOR = 4
MICRO = 0

IS_RELEASED = True
IS_RELEASED = False

VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down Expand Up @@ -108,7 +108,7 @@ def write_version_py(filename='simphony_paraview/_version.py'):
author='SimPhoNy FP7 European Project',
description='The paraview visualisation plugin for SimPhoNy',
long_description=open('README.rst').read(),
install_requires=["simphony>0.4,<0.6"],
install_requires=["simphony>=0.5"],
tests_requires=["hypothesis"],
packages=find_packages(),
entry_points={'simphony.visualisation': plugin},
Expand Down

0 comments on commit f5adafd

Please sign in to comment.