anth-volk commited on
Commit
56a3de6
·
verified ·
1 Parent(s): d825566

Update version registry (current=1.72.3)

Browse files
Files changed (1) hide show
  1. version_manifest.json +16 -11
version_manifest.json CHANGED
@@ -1,14 +1,19 @@
1
  {
2
- "version": "1.72.3",
3
- "created_at": "2026-03-11T00:33:41.132154Z",
4
- "hf": {
5
- "repo": "policyengine/policyengine-us-data",
6
- "commit": "abc123"
7
- },
8
- "gcs": {
9
- "bucket": "policyengine-us-data",
10
- "generations": {
11
- "test.h5": 55555
 
 
 
 
 
12
  }
13
- }
14
  }
 
1
  {
2
+ "current": "1.72.3",
3
+ "versions": [
4
+ {
5
+ "version": "1.72.3",
6
+ "created_at": "2026-03-11T01:05:10.375193Z",
7
+ "hf": {
8
+ "repo": "policyengine/policyengine-us-data",
9
+ "commit": "abc123"
10
+ },
11
+ "gcs": {
12
+ "bucket": "policyengine-us-data",
13
+ "generations": {
14
+ "test.h5": 55555
15
+ }
16
+ }
17
  }
18
+ ]
19
  }