Skip to content

Commit

Permalink
refactor: show info about supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTheC committed Dec 12, 2021
1 parent ac0b8c4 commit 496cd51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)
[![PyPI version](https://badge.fury.io/py/strongtyping.svg)](https://badge.fury.io/py/strongtyping)
![Python application](https://github.com/FelixTheC/strongtyping/workflows/Python%20application/badge.svg)
![Python tox](https://github.com/FelixTheC/strongtyping/workflows/Python%20tox/badge.svg)
Expand All @@ -12,4 +13,7 @@
<p>Decorator which <b>checks at Runtime</b> whether the function is called with the correct type of parameters.<br>
And <b><em>raises</em> TypeMisMatch</b> if the used parameters in a function call where invalid.</p>

# This is the release for Python-3.10 only
- If you need a different version please checkout the release Tags 2.\*.*

## [Docs have been moved to 'readthedocs'](https://strongtyping.readthedocs.io/en/latest/#the-solution)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="strongtyping",
version="3.10.000",
version="3.10.0",
description="Decorator which checks whether the function is called with the correct type of parameters",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 496cd51

Please sign in to comment.