Skip to content

Commit c4b2686

Browse files
committed
fix typo
1 parent 54c1b47 commit c4b2686

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b0e80972e3104ffa890532738882f42e)](https://app.codacy.com?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
1717
[![License](https://img.shields.io/github/license/JosephBrunet/cardiotensor)](https://github.com/JosephBrunet/cardiotensor/blob/main/LICENSE)
1818
[![Python Version](https://img.shields.io/pypi/pyversions/cardiotensor.svg)](https://pypi.python.org/pypi/cardiotensor)
19-
[![PyPI version](https://img.shields.io/pypi/v/caridotensor.svg)](https://pypi.org/project/cardiotensor/)
19+
[![PyPI version](https://img.shields.io/pypi/v/cardiotensor.svg)](https://pypi.org/project/cardiotensor/)
2020

2121
<p align="center">
2222
<img src="https://github.com/JosephBrunet/cardiotensor/raw/main/assets/images/result_HA_slice.jpeg" alt="Example Slice" style="max-width: 80%">
@@ -49,7 +49,7 @@ cardiotensor's documentation is available at [josephbrunet.fr/cardiotensor/](htt
4949

5050
## Getting Started
5151

52-
Have a look at our simple [example](https://www.josephbrunet.fr/cardiotensor/getting-started/examples/) that runs you through all the commands of the package
52+
Have a look at our [simple example](https://www.josephbrunet.fr/cardiotensor/getting-started/examples/) that runs you through all the commands of the package
5353

5454

5555
## More Information

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88
[project]
99

1010
name = "cardiotensor"
11-
version = "1.0.1"
11+
version = "1.0.3"
1212
description = "Toolkit designed for quantifying and visualising 3D cardiomyocytes orientations in heart images"
1313
authors = [{email = "j.brunet@ucl.ac.uk", name = "Joseph Brunet"}]
1414
keywords = ["cardiotensor, cardiomyocytes, heart, orientation, structure tensor, image processing"]
@@ -24,7 +24,6 @@ classifiers = [
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
2626
"Programming Language :: Python :: 3.13",
27-
"Typing :: Typed",
2827
"Environment :: Console",
2928
"Intended Audience :: Science/Research",
3029
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)