Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.8.2
current_version = 2.8.3
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion src/sparkdantic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.8.2'
__version__ = '2.8.3'
__author__ = 'Mitchell Lisle'
__email__ = 'm.lisle90@gmail.com'

Expand Down
Loading