Skip to content

Commit

Permalink
Bump version: 1.4.0 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelllisle committed Dec 29, 2024
1 parent 30cc508 commit d9f1733
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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: 1.4.0
> 1️⃣ version: 2.0.0
> ✍️ 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 @@
[tool.poetry]
name = "sparkdantic"
version = "1.4.0"
version = "2.0.0"
description = "A pydantic -> spark schema library"
authors = ["Mitchell Lisle <[email protected]>"]
readme = "README.md"
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 = 1.4.0
current_version = 2.0.0
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__ = '1.4.0'
__version__ = '2.0.0'
__author__ = 'Mitchell Lisle'
__email__ = '[email protected]'

Expand Down

0 comments on commit d9f1733

Please sign in to comment.