diff --git a/__manifest__.py b/__manifest__.py
index be73e6888a19ce2b3f04641475681c8c31b103d7..52bffebab68a3428478636efb84388dd4a74e597 100644
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -4,7 +4,7 @@
 {
     'name': 'Le Filament - SIREN',
     'summary': "Recherche dans la base SIREN",
-    'version': '10.0.1.0.0',
+    'version': '12.0.2.0.0',
     'license': 'AGPL-3',
     'author': 'LE FILAMENT',
     'category': 'Partner',
diff --git a/wizard/wizard_siren.py b/wizard/wizard_siren.py
index a0438aca4f42033091fd27658f78af2ef6485619..769e648845ec4ea92d5eabe1458ad0e016edc560 100644
--- a/wizard/wizard_siren.py
+++ b/wizard/wizard_siren.py
@@ -6,7 +6,7 @@ import requests
 from odoo import api, fields, models
 
 URL = "https://data.opendatasoft.com/api/records/1.0/"\
-    "search/?dataset=sirene_v3%40public&q={request}&rows=100"
+    "search/?dataset=economicref-france-sirene-v3%40public&q={request}&rows=100"
 
 
 class SirenWizard(models.TransientModel):