Skip to content

Commit 0e6fdab

Browse files
-
1 parent 7aafb20 commit 0e6fdab

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.1.1 (2025-07-20)
1+
## v0.1.0 (2025-07-20)
22

33
### Fix
44

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "records2"
7-
version = "0.1.1"
7+
version = "0.1.0"
88
description = "A comprehensive, type-safe database solution for Python"
99
authors = [
1010
{name = "Chidebele Dunamis", email = "techwithdunamix@gmail.com"}
@@ -86,7 +86,7 @@ python_functions = ["test_*"]
8686

8787
[tool.commitizen]
8888
name = "cz_conventional_commits"
89-
version = "0.1.1"
89+
version = "0.1.0"
9090
version_files = [
9191
"pyproject.toml:version",
9292
"nexios/__main__.py:__version__"

0 commit comments

Comments
 (0)