bioversions 0.7.5__py3-none-any.whl → 0.7.6__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": 906,
4
- "date": "2025-01-30",
3
+ "revision": 907,
4
+ "date": "2025-01-31",
5
5
  "author": "runner"
6
6
  },
7
7
  "database": [
@@ -9488,6 +9488,10 @@
9488
9488
  {
9489
9489
  "retrieved": "2025-01-30",
9490
9490
  "version": "2025-01-28"
9491
+ },
9492
+ {
9493
+ "retrieved": "2025-01-31",
9494
+ "version": "2025-01-29"
9491
9495
  }
9492
9496
  ],
9493
9497
  "name": "Online Mendelian Inheritance in Man",
@@ -15462,6 +15466,10 @@
15462
15466
  {
15463
15467
  "retrieved": "2025-01-30",
15464
15468
  "version": "2025-01-30"
15469
+ },
15470
+ {
15471
+ "retrieved": "2025-01-31",
15472
+ "version": "2025-01-31"
15465
15473
  }
15466
15474
  ],
15467
15475
  "name": "SwissLipids",
@@ -20608,6 +20616,10 @@
20608
20616
  {
20609
20617
  "retrieved": "2025-01-30",
20610
20618
  "version": "2025-01-28"
20619
+ },
20620
+ {
20621
+ "retrieved": "2025-01-31",
20622
+ "version": "2025-01-29"
20611
20623
  }
20612
20624
  ],
20613
20625
  "name": "Zebrafish Information Network",
bioversions/version.py CHANGED
@@ -7,7 +7,7 @@ __all__ = [
7
7
  "VERSION",
8
8
  ]
9
9
 
10
- VERSION = "0.7.5"
10
+ VERSION = "0.7.6"
11
11
 
12
12
 
13
13
  def get_git_hash() -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bioversions
3
- Version: 0.7.5
3
+ Version: 0.7.6
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
@@ -71,12 +71,12 @@ bioversions/py.typed,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495
71
71
  bioversions/cli.py,sha256=939b0f29af9f7fc8aeba207b95d46f1cf59c659d15deccc348cabdcf07486bce,1563
72
72
  bioversions/__init__.py,sha256=7f04aa5bf8ba4ceb843188a32f6f09dfb20b2300f067284d35a1fb0441eaba38,194
73
73
  bioversions/utils.py,sha256=d96017bd9986329496f7c5b9bf7072d466517c6981c3aff36f7658c4954e206d,10437
74
- bioversions/resources/versions.json,sha256=c43fc4100b5c6bdc64ce325903a41e29a6df0b3a948a96aa9aa228a205fca833,502840
74
+ bioversions/resources/versions.json,sha256=2159d597d9b3fd326e0301edf17c45b92a9c61d561727093519053369081acef,503116
75
75
  bioversions/resources/update.py,sha256=6c819d96095f445905cad830239ffc7f67a4bdbcae5b6cb1b62c6c97704beeca,3642
76
76
  bioversions/resources/__init__.py,sha256=371c3ac3afe0442e01fc9c2f6c000aa4d476ac8a6435167952404831d36a95d6,1659
77
- bioversions/version.py,sha256=c7158665c524f4041cfa159d6fa944571610fe5d48490371108db019d0d514eb,585
78
- bioversions-0.7.5.dist-info/licenses/LICENSE,sha256=41c80964a1b1956e41c013670812fc5592d5b51bd7b3cd4287d949450488a498,1076
79
- bioversions-0.7.5.dist-info/WHEEL,sha256=ebcf77696d880908e45f6a5e043e46538b13f95dfd0269d8018437028d81bb78,79
80
- bioversions-0.7.5.dist-info/entry_points.txt,sha256=4cdd92beb5155987fe3fa990cbaa0268658f0e30d27ed349fada88c48b97484e,54
81
- bioversions-0.7.5.dist-info/METADATA,sha256=9e3117c9a39047c0eb5016d1c3845b45f0f495ed435e83282f346788fd377960,19270
82
- bioversions-0.7.5.dist-info/RECORD,,
77
+ bioversions/version.py,sha256=700f051d21119116621cfd0f2cfbd39274c54fb73d9197953e56b388b268a6b0,585
78
+ bioversions-0.7.6.dist-info/licenses/LICENSE,sha256=41c80964a1b1956e41c013670812fc5592d5b51bd7b3cd4287d949450488a498,1076
79
+ bioversions-0.7.6.dist-info/WHEEL,sha256=8056507f226791780883139e4f7966d8a48fee60b50a00d57d92ad89bd59b38d,79
80
+ bioversions-0.7.6.dist-info/entry_points.txt,sha256=4cdd92beb5155987fe3fa990cbaa0268658f0e30d27ed349fada88c48b97484e,54
81
+ bioversions-0.7.6.dist-info/METADATA,sha256=5c5fceb92a372b1e1661e8e88414251d6defb0f6cdf42efb0047248cdb6812f2,19270
82
+ bioversions-0.7.6.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: uv 0.5.25
2
+ Generator: uv 0.5.26
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any