bioversions 0.7.52__py3-none-any.whl → 0.7.53__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "annotations": {
3
- "revision": 953,
4
- "date": "2025-03-31",
3
+ "revision": 954,
4
+ "date": "2025-04-01",
5
5
  "author": "runner"
6
6
  },
7
7
  "database": [
@@ -384,6 +384,11 @@
384
384
  "retrieved": "2025-03-31",
385
385
  "version": "2025-03-30",
386
386
  "homepage": "https://antibodyregistry.org/"
387
+ },
388
+ {
389
+ "retrieved": "2025-04-01",
390
+ "version": "2025-03-31",
391
+ "homepage": "https://antibodyregistry.org/"
387
392
  }
388
393
  ],
389
394
  "name": "Antibody Registry",
@@ -7033,6 +7038,11 @@
7033
7038
  "retrieved": "2024-12-27",
7034
7039
  "version": "113.0",
7035
7040
  "date": "2025-01-01"
7041
+ },
7042
+ {
7043
+ "retrieved": "2025-04-01",
7044
+ "version": "114.0",
7045
+ "date": "2025-04-01"
7036
7046
  }
7037
7047
  ],
7038
7048
  "vtype": "semver_minor"
@@ -12362,6 +12372,11 @@
12362
12372
  "retrieved": "2025-03-01",
12363
12373
  "version": "2025-03-01",
12364
12374
  "homepage": "https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2025-03-01"
12375
+ },
12376
+ {
12377
+ "retrieved": "2025-04-01",
12378
+ "version": "2025-04-01",
12379
+ "homepage": "https://ftp.ncbi.nlm.nih.gov/pubchem/Compound/Monthly/2025-04-01"
12365
12380
  }
12366
12381
  ],
12367
12382
  "name": "PubChem",
@@ -16367,6 +16382,10 @@
16367
16382
  {
16368
16383
  "retrieved": "2025-03-31",
16369
16384
  "version": "2025-03-31"
16385
+ },
16386
+ {
16387
+ "retrieved": "2025-04-01",
16388
+ "version": "2025-04-01"
16370
16389
  }
16371
16390
  ],
16372
16391
  "name": "SwissLipids",
@@ -21743,6 +21762,10 @@
21743
21762
  {
21744
21763
  "retrieved": "2025-03-30",
21745
21764
  "version": "2025-03-28"
21765
+ },
21766
+ {
21767
+ "retrieved": "2025-04-01",
21768
+ "version": "2025-03-30"
21746
21769
  }
21747
21770
  ],
21748
21771
  "name": "Zebrafish Information Network",
bioversions/version.py CHANGED
@@ -8,7 +8,7 @@ __all__ = [
8
8
  "get_git_hash",
9
9
  ]
10
10
 
11
- VERSION = "0.7.52"
11
+ VERSION = "0.7.53"
12
12
 
13
13
 
14
14
  def get_git_hash() -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bioversions
3
- Version: 0.7.52
3
+ Version: 0.7.53
4
4
  Summary: Get the current version for biological databases
5
5
  Keywords: snekpack,cookiecutter,databases,biological databases,biomedical databases
6
6
  Author: Charles Tapley Hoyt
@@ -1,6 +1,6 @@
1
1
  bioversions/charts.py,sha256=be29a2fde227a4bd02611112f1cbe58a00e261e435fc8f00e82104a15dadbdfe,2457
2
2
  bioversions/__main__.py,sha256=0e97cd1eac70162293fb809292e2cba2464218394244001f3f9e0c74b8f71351,128
3
- bioversions/version.py,sha256=bc6f38cbc06a637dff07c42d34822ec899499aaad800bd62389809b865c2b639,606
3
+ bioversions/version.py,sha256=22bac55753ec8916dfb3cc5c35c092c8e67d69c3d7454a96d37118a02356a247,606
4
4
  bioversions/sources/interpro.py,sha256=1fa75923bd60517a3b2f661e7c24e2243e2ab90440bf2621e670c36e1da2baf1,1238
5
5
  bioversions/sources/uniprot.py,sha256=c3e16b68fc8a65e12d9a3b3288fedbd9a8e0e7b47f0a69f0fb032fb072c68a1b,924
6
6
  bioversions/sources/itis.py,sha256=99a480060d52ac6e06404be347080c28af56e984e80cc4763f0a98266212a1df,582
@@ -67,15 +67,15 @@ bioversions/slack_client.py,sha256=bda7d71401bc03f7dc19fec98d7d5abad5083285cb5c9
67
67
  bioversions/py.typed,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
68
68
  bioversions/resources/__init__.py,sha256=371c3ac3afe0442e01fc9c2f6c000aa4d476ac8a6435167952404831d36a95d6,1659
69
69
  bioversions/resources/update.py,sha256=610e47d0ca8a475740237911e32c146b186b31f3b1ca22501bf099cca07de9d3,3521
70
- bioversions/resources/versions.json,sha256=5ec61875df7fd07d6a8a38516023c9ff29bddb749c40cc25daed97fc719b336a,531613
70
+ bioversions/resources/versions.json,sha256=16f9f4025f5d02759e59dc7393f01c24ad1ece15d178721f40f2f1059b2c597a,532245
71
71
  bioversions/utils.py,sha256=65760e94607996df0ef32e6d946b03b1b2a2faa8ff9bee37d1822fe9136bf4fa,10706
72
72
  bioversions/wsgi.py,sha256=b611913189165699cd67480f3d17308344ac935e31c693017aabea89bd0ba8ab,825
73
73
  bioversions/__init__.py,sha256=7f04aa5bf8ba4ceb843188a32f6f09dfb20b2300f067284d35a1fb0441eaba38,194
74
74
  bioversions/cli.py,sha256=75eaa237668bef45ef6f16b5c5a20036aef228995b872dda224a54dcb30ad2d5,1639
75
75
  bioversions/templates/base.html,sha256=00a07a693dfd53d56d38cdb3bd6fd49b922060ef4acbe08ba41cb1cb95d73b93,713
76
76
  bioversions/templates/home.html,sha256=cfdf054ac94244fd8adfdc5b1e948f824d7d8fb676d4f49b44602d69723431dd,2756
77
- bioversions-0.7.52.dist-info/licenses/LICENSE,sha256=41c80964a1b1956e41c013670812fc5592d5b51bd7b3cd4287d949450488a498,1076
78
- bioversions-0.7.52.dist-info/WHEEL,sha256=91b8f3c6ada75722c96c9df2ba4ad8474f08220f495f4ddd637a8f9eef2bbf6f,79
79
- bioversions-0.7.52.dist-info/entry_points.txt,sha256=4cdd92beb5155987fe3fa990cbaa0268658f0e30d27ed349fada88c48b97484e,54
80
- bioversions-0.7.52.dist-info/METADATA,sha256=73d8eefa7684001803706a37e38c1e7c17c68c85fff34928be1571c11b83fa30,18673
81
- bioversions-0.7.52.dist-info/RECORD,,
77
+ bioversions-0.7.53.dist-info/licenses/LICENSE,sha256=41c80964a1b1956e41c013670812fc5592d5b51bd7b3cd4287d949450488a498,1076
78
+ bioversions-0.7.53.dist-info/WHEEL,sha256=91b8f3c6ada75722c96c9df2ba4ad8474f08220f495f4ddd637a8f9eef2bbf6f,79
79
+ bioversions-0.7.53.dist-info/entry_points.txt,sha256=4cdd92beb5155987fe3fa990cbaa0268658f0e30d27ed349fada88c48b97484e,54
80
+ bioversions-0.7.53.dist-info/METADATA,sha256=af3b2ffa85426fa5c346b7f033e6566903c56259571232a9717459a23a576a92,18673
81
+ bioversions-0.7.53.dist-info/RECORD,,