Skip to content

Commit ce7d940

Browse files
Bump version to v2.7.1 (#860)
* Initial plan * Bump version to v2.7.1 Co-authored-by: mitchelllisle <18128531+mitchelllisle@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mitchelllisle <18128531+mitchelllisle@users.noreply.github.com> Co-authored-by: Mitchell Lisle <mitchelllisle@mailbox.org>
1 parent ec09e17 commit ce7d940

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![codecov](https://codecov.io/gh/mitchelllisle/sparkdantic/graph/badge.svg?token=O6PPQX4FEX)](https://codecov.io/gh/mitchelllisle/sparkdantic)
44
[![PyPI version](https://badge.fury.io/py/sparkdantic.svg)](https://badge.fury.io/py/sparkdantic)
55

6-
> 1️⃣ version: 2.7.0
6+
> 1️⃣ version: 2.7.1
77
88
> ✍️ author: Mitchell Lisle
99

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sparkdantic"
3-
version = "2.7.0"
3+
version = "2.7.1"
44
description = "A pydantic -> spark schema library"
55
authors = ["Mitchell Lisle <m.lisle90@gmail.com>"]
66
readme = "README.md"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.7.0
2+
current_version = 2.7.1
33
commit = True
44
tag = False
55

src/sparkdantic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.7.0'
1+
__version__ = '2.7.1'
22
__author__ = 'Mitchell Lisle'
33
__email__ = 'm.lisle90@gmail.com'
44

0 commit comments

Comments
 (0)