diff --git a/setup.py b/setup.py index e59d5ef814d..0dc44b636a3 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name = 'OpenFisca-France', - version = '149.4.3', + version = '150.0.0', author = 'OpenFisca Team', author_email = 'contact@openfisca.fr', classifiers = [ @@ -66,7 +66,7 @@ }, include_package_data = True, # Will read MANIFEST.in install_requires = [ - 'OpenFisca-Core >=40.0.1, <41', + 'OpenFisca-Core >=40.0.1, <42', ], packages = find_namespace_packages(exclude = [ 'openfisca_france.tests*',