bioversions 0.5.567__py3-none-any.whl → 0.6.0__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,6 +1,6 @@
1
1
  {
2
2
  "annotations": {
3
- "revision": 863,
3
+ "revision": 864,
4
4
  "date": "2024-12-08",
5
5
  "author": "runner"
6
6
  },
@@ -19812,6 +19812,10 @@
19812
19812
  {
19813
19813
  "retrieved": "2024-12-08",
19814
19814
  "version": "2024-12-06"
19815
+ },
19816
+ {
19817
+ "retrieved": "2024-12-08",
19818
+ "version": "2024-12-07"
19815
19819
  }
19816
19820
  ],
19817
19821
  "name": "Zebrafish Information Network",
bioversions/version.py CHANGED
@@ -7,7 +7,7 @@ __all__ = [
7
7
  "VERSION",
8
8
  ]
9
9
 
10
- VERSION = "0.5.567"
10
+ VERSION = "0.6.0"
11
11
 
12
12
 
13
13
  def get_git_hash() -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bioversions
3
- Version: 0.5.567
3
+ Version: 0.6.0
4
4
  Summary: Get the current version for biological databases
5
5
  Project-URL: Bug Tracker, https://github.com/biopragmatics/bioversions/issues
6
6
  Project-URL: Homepage, https://github.com/biopragmatics/bioversions
@@ -41,13 +41,12 @@ Classifier: Natural Language :: English
41
41
  Classifier: Operating System :: OS Independent
42
42
  Classifier: Programming Language :: Python
43
43
  Classifier: Programming Language :: Python :: 3 :: Only
44
- Classifier: Programming Language :: Python :: 3.9
45
44
  Classifier: Programming Language :: Python :: 3.10
46
45
  Classifier: Programming Language :: Python :: 3.11
47
46
  Classifier: Programming Language :: Python :: 3.12
48
47
  Classifier: Programming Language :: Python :: 3.13
49
48
  Classifier: Typing :: Typed
50
- Requires-Python: >=3.9
49
+ Requires-Python: >=3.10
51
50
  Requires-Dist: beautifulsoup4
52
51
  Requires-Dist: bioregistry[align]>=0.10.0
53
52
  Requires-Dist: cachier>=2.2.1
@@ -6,11 +6,11 @@ bioversions/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  bioversions/slack_client.py,sha256=p9HmnyRCVuQvje0RbdDK9QuRlSw__WwFCJ8Be9cIkzM,1209
7
7
  bioversions/twitter_client.py,sha256=9d5Am0FSs7_EgGdjkxqpo98vPir9rjIXIxhZMmLgK5Q,1285
8
8
  bioversions/utils.py,sha256=x5d4p12VMlD5F8-y_J6JE5sct7BCV1d-zO-y5bSamSM,10342
9
- bioversions/version.py,sha256=ly7SR1COSjeydFjmqt9vZai3jnlqTHmWooN9gz82ta0,587
9
+ bioversions/version.py,sha256=sDNDSFIE7ThrJGabQa02d6NA_lTyKrKJ7mKsLm62e_g,585
10
10
  bioversions/wsgi.py,sha256=-F7pUZipcQgj1T_f-9QCZBVdQ9sZBH93x3hxh9h7klU,794
11
11
  bioversions/resources/__init__.py,sha256=Nxw6w6_gRC4B_JwvbAAKpNR2rIpkNRZ5UkBIMdNqldY,1659
12
12
  bioversions/resources/update.py,sha256=btT_tdp0NKBRdshf4VuOe-vHWq0QQtcWWFcXS8QUfLU,3626
13
- bioversions/resources/versions.json,sha256=7wXEGQ7O3OZnUL-mcqPd3z4A0CMEqtTJmcr3qyAUZYM,483207
13
+ bioversions/resources/versions.json,sha256=et5337SBwDq0fe5H6iEZM_iZKjLjkFWo0E1fM0xnJfY,483299
14
14
  bioversions/sources/__init__.py,sha256=pXONlDoxWIVRTSdCN3RDr3aMY38QGPOt0EwPAMCaIF8,6248
15
15
  bioversions/sources/antibodyregistry.py,sha256=6GF_9v8A_8Y4o6_nsZ9cAOP5vK3ZbPQ5qeL99UefR80,680
16
16
  bioversions/sources/bigg.py,sha256=iVrxyvKiEIUXs6FM2AiLDYa-yYDNGMONmiIv_R6KBg4,661
@@ -73,8 +73,8 @@ bioversions/sources/wikipathways.py,sha256=STw8Bivc3IZLYIx-KwpxHLUmRTqNfHm0wQywD
73
73
  bioversions/sources/zfin.py,sha256=3Ooz3lDx8J42OAoyU8eJI-fRnMRiYyUMcj4fDE5DVLQ,683
74
74
  bioversions/templates/base.html,sha256=AKB6aT39U9VtOM2zvW_Um5IgYO9Ky-CLpByxy5XXO5M,713
75
75
  bioversions/templates/home.html,sha256=z98FSslCRP2K39xbHpSPgk19j7Z21PSbRGAtaXI0Md0,2756
76
- bioversions-0.5.567.dist-info/METADATA,sha256=CAUZ7fCK7lH7j9mmdaT6cbx31kcuhRa2n8fij1zCuRA,19725
77
- bioversions-0.5.567.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
78
- bioversions-0.5.567.dist-info/entry_points.txt,sha256=A3qrS-nvKNZPZWQbYlmsmiDTge524C4yR-arRJwdHls,53
79
- bioversions-0.5.567.dist-info/licenses/LICENSE,sha256=QcgJZKGxlW5BwBNnCBL8VZLVtRvXs81Ch9lJRQSIpJg,1076
80
- bioversions-0.5.567.dist-info/RECORD,,
76
+ bioversions-0.6.0.dist-info/METADATA,sha256=tiPzbnLwFUCnp5amhoolYKR5Tt2_bayD9YxwC3bbuCc,19674
77
+ bioversions-0.6.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
78
+ bioversions-0.6.0.dist-info/entry_points.txt,sha256=A3qrS-nvKNZPZWQbYlmsmiDTge524C4yR-arRJwdHls,53
79
+ bioversions-0.6.0.dist-info/licenses/LICENSE,sha256=QcgJZKGxlW5BwBNnCBL8VZLVtRvXs81Ch9lJRQSIpJg,1076
80
+ bioversions-0.6.0.dist-info/RECORD,,