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 #49 from simphony/upgrade-setup-version
Browse files Browse the repository at this point in the history
Changed install_requires and version
  • Loading branch information
stefanoborini committed Jan 16, 2017
2 parents 2f26b20 + 8c4368c commit 551c5e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

MAJOR = 0
MINOR = 2
MICRO = 1
MICRO = 2

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"],
install_requires=["simphony>0.4,<0.6"],
tests_requires=["hypothesis"],
packages=find_packages(),
entry_points={'simphony.visualisation': plugin},
Expand Down

0 comments on commit 551c5e7

Please sign in to comment.