Skip to content

Commit

Permalink
bump version to 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikboeck committed Jul 4, 2024
1 parent dcb32b5 commit 8da3706
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<img src="https://raw.githubusercontent.com/hendrikboeck/parasite/main/.github/parasite_logo.png" alt="Logo" width="128" height="128">
</a>

<h1 align="center">parasite <code>v0.1.9</code></h1>
<h1 align="center">parasite <code>v0.1.10</code></h1>

<p align="center">
<code>zod</code> inspired library for Python 3.11+
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = "Parasite"
copyright = f"2024-{datetime.date.today().year}, Hendrik Boeck <[email protected]>"
author = "Hendrik Boeck <[email protected]>"
release = "v0.1.9"
release = "v0.1.10"
html_title = f"{project} {release}"

# -- General configuration ---------------------------------------------------
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 = "parasite"
version = "0.1.9"
version = "0.1.10"
description = "Data validation for Python 3"
authors = ["Hendrik Boeck <[email protected]>"]
packages = [{ include = "*", from = "src" }]
Expand Down

0 comments on commit 8da3706

Please sign in to comment.