Skip to content

Commit b2a3c03

Browse files
committed
dev: bump version to 1.0.0.post4
1 parent 2117be7 commit b2a3c03

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

atlas_patch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
from . import core, services
44

5-
__version__ = "1.0.0.post3"
5+
__version__ = "1.0.0.post4"
66
__all__ = ["core", "services", "__version__"]

pyproject.toml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "atlas-patch"
7-
version = "1.0.0.post3"
7+
version = "1.0.0.post4"
88
description = "A Python package for processing and handling whole slide images"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -15,6 +15,17 @@ authors = [
1515
{name = "Ahmed Alagha"},
1616
]
1717
keywords = ["atlas-patch", "whole-slide-image", "wsi", "tissue-segmentation", "patch-extraction", "computational-pathology"]
18+
classifiers = [
19+
"Programming Language :: Python :: 3",
20+
"Programming Language :: Python :: 3.10",
21+
"Programming Language :: Python :: 3.11",
22+
"Programming Language :: Python :: 3.12",
23+
"License :: Other/Proprietary License",
24+
"Operating System :: OS Independent",
25+
"Topic :: Scientific/Engineering :: Medical Science Apps.",
26+
"Intended Audience :: Science/Research",
27+
"Intended Audience :: Healthcare Industry",
28+
]
1829

1930
dependencies = [
2031
"openslide-python>=1.2.0",
@@ -65,7 +76,7 @@ packages = ["atlas_patch"]
6576

6677
[tool.ruff]
6778
line-length = 100
68-
target-version = "py38"
79+
target-version = "py310"
6980

7081
[tool.ruff.lint]
7182
select = [

0 commit comments

Comments
 (0)