cardio 2025.8.0__tar.gz → 2025.8.1__tar.gz

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
  Metadata-Version: 2.3
2
2
  Name: cardio
3
- Version: 2025.8.0
3
+ Version: 2025.8.1
4
4
  Summary: A simple web-based viewer for 3D and 4D ('cine') medical imaging data.
5
5
  Keywords: Medical,Imaging,3D,4D,Visualization
6
6
  Author: Davis Marc Vigneault
@@ -41,10 +41,10 @@ Requires-Dist: tomlkit>=0.13.3
41
41
  Requires-Dist: numpy>=2.2.6
42
42
  Requires-Dist: pydantic>=2.11.7
43
43
  Requires-Dist: pydantic-settings>=2.0.0
44
- Requires-Dist: isort ; extra == 'dev'
45
- Requires-Dist: pytest ; extra == 'dev'
46
- Requires-Dist: bumpver ; extra == 'dev'
47
44
  Requires-Dist: ruff>=0.12.10 ; extra == 'dev'
45
+ Requires-Dist: isort>=6.0.1 ; extra == 'dev'
46
+ Requires-Dist: bumpver>=2025.1131 ; extra == 'dev'
47
+ Requires-Dist: pytest>=8.4.1 ; extra == 'dev'
48
48
  Maintainer: Davis Marc Vigneault
49
49
  Maintainer-email: Davis Marc Vigneault <davis.vigneault@gmail.com>
50
50
  Requires-Python: >=3.10
@@ -74,7 +74,7 @@ $ uv init
74
74
  $ uv add cardio
75
75
  $ . ./.venv/bin/activate
76
76
  (project) cardio --version
77
- cardio 2025.8.0
77
+ cardio 2025.8.1
78
78
  ```
79
79
 
80
80
  ### Developing
@@ -92,3 +92,11 @@ $ isort .
92
92
  $ ruff format
93
93
  $ pytest -v
94
94
  ```
95
+
96
+ Uploading:
97
+
98
+ ```bash
99
+ $ bumpver update
100
+ $ uv build --no-sources
101
+ $ uv publish --token <pypi_api_key>
102
+ ```
@@ -20,7 +20,7 @@ $ uv init
20
20
  $ uv add cardio
21
21
  $ . ./.venv/bin/activate
22
22
  (project) cardio --version
23
- cardio 2025.8.0
23
+ cardio 2025.8.1
24
24
  ```
25
25
 
26
26
  ### Developing
@@ -38,3 +38,11 @@ $ isort .
38
38
  $ ruff format
39
39
  $ pytest -v
40
40
  ```
41
+
42
+ Uploading:
43
+
44
+ ```bash
45
+ $ bumpver update
46
+ $ uv build --no-sources
47
+ $ uv publish --token <pypi_api_key>
48
+ ```
@@ -4,7 +4,7 @@ build-backend = "uv_build"
4
4
 
5
5
  [project]
6
6
  name = "cardio"
7
- version = "2025.8.0"
7
+ version = "2025.8.1"
8
8
  authors = [
9
9
  {name = "Davis Marc Vigneault", email = "davis.vigneault@gmail.com"}
10
10
  ]
@@ -44,10 +44,10 @@ requires-python = ">=3.10"
44
44
 
45
45
  [project.optional-dependencies]
46
46
  dev = [
47
- "isort",
48
- "pytest",
49
- "bumpver",
50
47
  "ruff>=0.12.10",
48
+ "isort>=6.0.1",
49
+ "bumpver>=2025.1131",
50
+ "pytest>=8.4.1",
51
51
  ]
52
52
 
53
53
  [project.gui-scripts]
@@ -60,7 +60,7 @@ repository = "https://github.com/sudomakeinstall/cardio"
60
60
  profile = "black"
61
61
 
62
62
  [tool.bumpver]
63
- current_version = "2025.8.0"
63
+ current_version = "2025.8.1"
64
64
  version_pattern = "YYYY.MM.INC0"
65
65
  commit_message = "ENH: Bump version from {old_version} => {new_version}"
66
66
  commit = true
@@ -24,4 +24,4 @@ __all__ = [
24
24
  "list_available_presets",
25
25
  ]
26
26
 
27
- __version__ = "2025.8.0"
27
+ __version__ = "2025.8.1"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes