diff --git a/README.md b/README.md index da2b833..a5ef51e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![codecov](https://codecov.io/gh/mitchelllisle/sparkdantic/graph/badge.svg?token=O6PPQX4FEX)](https://codecov.io/gh/mitchelllisle/sparkdantic) [![PyPI version](https://badge.fury.io/py/sparkdantic.svg)](https://badge.fury.io/py/sparkdantic) -> 1️⃣ version: 2.8.2 +> 1️⃣ version: 2.8.3 > ✍️ author: Mitchell Lisle diff --git a/pyproject.toml b/pyproject.toml index cbd44b6..cf77dbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sparkdantic" -version = "2.8.2" +version = "2.8.3" description = "A pydantic -> spark schema library" readme = "README.md" requires-python = ">=3.10,<4.0.0" diff --git a/setup.cfg b/setup.cfg index 214e7f9..24adab9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.8.2 +current_version = 2.8.3 commit = True tag = False diff --git a/src/sparkdantic/__init__.py b/src/sparkdantic/__init__.py index d4e8ae2..5aaa061 100644 --- a/src/sparkdantic/__init__.py +++ b/src/sparkdantic/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.8.2' +__version__ = '2.8.3' __author__ = 'Mitchell Lisle' __email__ = 'm.lisle90@gmail.com'