diff --git a/PKG-INFO b/PKG-INFO
index d69d931fdc00af3304c982d16965eaee6f261257..eebea2ef3d895490616a7f1b0e2fdcee026904af 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: swh.model
-Version: 0.2.1
+Version: 0.2.2
 Summary: Software Heritage data model
 Home-page: https://forge.softwareheritage.org/diffusion/DMOD/
 Author: Software Heritage developers
diff --git a/swh.model.egg-info/PKG-INFO b/swh.model.egg-info/PKG-INFO
index d69d931fdc00af3304c982d16965eaee6f261257..eebea2ef3d895490616a7f1b0e2fdcee026904af 100644
--- a/swh.model.egg-info/PKG-INFO
+++ b/swh.model.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: swh.model
-Version: 0.2.1
+Version: 0.2.2
 Summary: Software Heritage data model
 Home-page: https://forge.softwareheritage.org/diffusion/DMOD/
 Author: Software Heritage developers
diff --git a/swh/model/hypothesis_strategies.py b/swh/model/hypothesis_strategies.py
index bc9d58c46c2ce73fd153efbd65db2b389a8da84a..6fb34c221f5f12fd61be5db6035179181aa0f8d6 100644
--- a/swh/model/hypothesis_strategies.py
+++ b/swh/model/hypothesis_strategies.py
@@ -154,7 +154,7 @@ def origins():
 def origin_visits_d():
     return builds(
         dict,
-        visit=integers(0, 1000),
+        visit=integers(1, 1000),
         origin=urls(),
         date=aware_datetimes(),
         status=sampled_from(["ongoing", "full", "partial"]),
@@ -174,7 +174,7 @@ def metadata_dicts():
 def origin_visit_statuses_d():
     return builds(
         dict,
-        visit=integers(0, 1000),
+        visit=integers(1, 1000),
         origin=urls(),
         status=sampled_from(["ongoing", "full", "partial"]),
         date=aware_datetimes(),
diff --git a/version.txt b/version.txt
index f161e6f7a09faa0cca58ad93a0ff912a01f009e0..2d4adedb9970a5c4b7f26f351f1e4fe88ac1db94 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-v0.2.1-0-ga95646f
\ No newline at end of file
+v0.2.2-0-g340656d
\ No newline at end of file