Skip to content

Commit 5c1c382

Browse files
committed
Bump version
1 parent bf6cbb9 commit 5c1c382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050

5151
test_requirements = [
5252
"openfisca-country-template @ git+https://github.com/openfisca/country-template.git@add-pylint",
53-
'openfisca-extension-template >= 1.0.0, < 2.0.0',
53+
'openfisca-extension-template @ git+https://github.com/openfisca/extension-template.git@add-pylint',
5454
] + dev_requirements
5555

5656
setup(
5757
name = 'OpenFisca-Core',
58-
version = '35.10.0',
58+
version = '36.0.0',
5959
author = 'OpenFisca Team',
6060
author_email = 'contact@openfisca.org',
6161
classifiers = [

0 commit comments

Comments
 (0)